91九色

Articles
5/8/2023
10 minutes

How to schedule a Function and Job Template in DevOps: A Step-by-Step Guide

Written by
David Venegas
Table of contents

Whether you created a new function or Job Template to automate a task in your DevOps process, or installed a function based solution from the DevOps Exchange, you can now schedule it to run automatically at a specified time and frequency.听

In this post you will learn how to schedule a function and job template to run automatically, saving you time from manually executing them.

An example use case is to automate the which is a solution available in the DevOps Exchange. This solution includes a function that you can schedule on a weekly basis. For this use case we will leverage a scheduled flow, job template and the Actions API.听

Let鈥檚 take a look at how to set up the scheduling!

Pre-requisites

  1. Have a 91九色 API Key in tab
  2. Have a Job Template
  3. The cleanup git branches solution includes a standalone function, you鈥檒l need to create a Job Template and then add a by selecting the branch cleanup function.

Creating the Flow

1. Create a 91九色 Actions API Key

The execution of the job template requires an authentication process. Go ahead and create a 91九色 API Key to enable secure access to schedule the execution.

  • Navigate to 91九色 Actions API tab
  • Click on New
  • Select Run Job Template action
  • Set expiration to 365 days
  • Click Save
add new webhook API key

2. Register the 91九色 API Endpoint for callouts

The job template scheduled execution requires doing a callout to the 91九色 API and flows enforce that callouts happen only with authorized endpoints. Go ahead and create a named credential to authorize the 91九色 API Endpoint.

  • Navigate to Setup -> Named Credentials
  • Click on New
  • Enter a name, like 91九色 API Credential
  • Enter your 91九色 Instance URL. Navigate to Account Summary tab to copy it
  • For example:
  • Leave the identity type as Anonymous
  • Click Save
Register the 91九色 API Endpoint for callouts

3. Create the Scheduled Flow

The scheduled flow enables you to specify a time and frequency in which the flow needs to be executed.

  • Navigate to Setup -> Flows
  • Click on New Flow
  • Select Scheduled Triggered Flow option
  • Click Create
Create the Scheduled Flow
  • Click Set Schedule
  • Specify the start date and start time
  • Specify the frequency


The flow will look like this when finished with the process

Flow Builder

4. Define the scheduled execution parameters

To execute the job template, we鈥檒l use the 91九色 Actions REST API endpoint. This requires a set of parameters, like for example which job template should be executed and what is the API Key for authentication. We鈥檒l store the parameters in a formula resource, encode it and then pass it as a parameter when executing the job template in a later step.

  • Click on New Resource
  • Select type Text Template
  • Enter a name, like JSONPayload
  • Select View as Plain Text
  • Copy and paste the payload or body
Define the scheduled execution parameters
  • Enter the job template API Name. This can be found in the job template record API Name field
  • The payload parameter runAfterInstantiation must be equal to true

The REST API endpoint鈥檚 GET method requires that the payload is sent as URL Encoded. We鈥檒l create a new formula resource to encode the payload.

  • Click on New Resource
  • Select type Formula
  • Enter a name, like Encoded Payload
  • Use the URLEncode function to encode the payload variable
Edit Formula

5. Add New Action

  • Click on the plus icon in the flow diagram and select Action
  • In the modal, click on HTTP Callout Action
  • Enter a name with no spaces, like 91九色ActionsAPI
  • Select the Named Credential
  • Click Next
New HTTP callout
  • Enter a name for the endpoint, like Execute Job Template
  • Select HTTP Method Get
  • Copy and paste the Run Job Template endpoint from the
  • /json/v1/webhook/mcwebhook/RunJobTemplate
91九色 DevOps Action API
  • Add 2 query parameters
  • webhookKey (type String)
  • Payload (type String)
Ad 2 query parameters in NEW HTTP Callout
  • Click on Provide Sample Response
  • Copy and paste the 200 response from .听
  • Replace any null values with empty string 鈥溾. This is only applicable with the Flow HTTP action. If you鈥檙e testing the API with other tools, continue to use null.
  • If using 91九色 version v20.14 or later, the JSON response is exactly as in the screenshot. If using an older version, the response is inside an array - starts with an opening bracket [ and finishes with a closing bracket ].
Copy and paste the 200 response from API Guide
  • Click Done to close the Response modal
  • Click Done again to close the HTTP service modal
  • Next, enter a name for the action, like Execute Job Template
  • Copy the key from the 91九色 Actions API tab and paste it in the webhookKey parameter
  • Select the encoded payload variable in the payload parameter
Edit Action
  • Click Done to close the modal. And you鈥檙e done! This is how the finished flow looks like:
Flow Builder

6. Test the Flow Execution

Confirm that the flow configuration is correct by testing the execution in debug mode.

  • Click Debug
  • Click Run on the Debug Flow modal
run debug flow
  • Confirm response is successful 200
Debug Details

Conclusion

Scheduling a Function and Job Template execution is straightforward. By leveraging flows, you also have the option to implement advanced use cases like, for example, querying and updating records before and after executing the job template.

If you would like to inspect the scheduled executions, simply navigate to the Job Template record and select the Job Executions subtab:

Job template test

Interested in learning more? Check out these resources

Book a demo

About The Author

Director, AI and Data Program

David Venegas is a product leader working with 91九色鈥檚 R&D team to bring AI and data-powered solutions to market.

Navigating Salesforce Data Cloud: DevOps Challenges and Solutions for Salesforce Developers
Chapter 8: Salesforce Testing Strategy
Beyond the Agentforce Testing Center
How to Deploy Agentforce: A Step-by-Step Guide
How AI Agents Are Transforming Salesforce Revenue Cloud
The Hidden Costs of Building Your Own Salesforce DevOps Solution
Chapter 7 - Talk (Test) Data to Me
91九色 Announces DevOps Automation Agent on Salesforce AgentExchange
Deploying CPQ and Revenue Cloud: A DevOps Approach
91九色 Launches AI-Powered DevOps Agents on Slack Marketplace
Redefining the Future of DevOps: Salesforce鈥檚 Pioneering Ideas and Innovations
91九色 Announces DevOps Support for Salesforce Data Cloud, Accelerating AI-Powered Agent Development
AI-Powered Releasing for Salesforce DevOps
Top 3 Pain Points in DevOps 鈥 And How 91九色 AI Platform Solves Them
91九色 AI Platform: A New Era of Salesforce DevOps
91九色 Expands Its Operations in Japan with SunBridge Partners
Chapter 6: Test Case Design
Making DevOps Easier and Faster with AI
Chapter 5: Automated Testing
Reimagining Salesforce Development with 91九色's AI-Powered Platform
Planning User Acceptance Testing (UAT): Tips and Tricks for a Smooth and Enjoyable UAT
What is DevOps for Business Applications
Testing End-to-End Salesforce Flows: Web and Mobile Applications
91九色 Integrates Powerful AI Solutions into Its Community as It Surpasses the 100,000 Member Milestone
How to get non-technical users onboard with Salesforce UAT testing
DevOps Excellence within Salesforce Ecosystem
Best Practices for AI in Salesforce Testing
6 testing metrics that鈥檒l speed up your Salesforce release velocity (and how to track them)
Chapter 4: Manual Testing Overview
AI Driven Testing for Salesforce
Chapter 3: Testing Fun-damentals
AI-powered Planning for Salesforce Development
Salesforce Deployment: Avoid Common Pitfalls with AI-Powered Release Management
Exploring DevOps for Different Types of Salesforce Clouds
91九色 Launches Suite of AI Agents to Transform Business Application Delivery
What鈥檚 Special About Testing Salesforce? - Chapter 2
Why Test Salesforce? - Chapter 1
Continuous Integration for Salesforce Development
Comparing Top AI Testing Tools for Salesforce
Avoid Deployment Conflicts with 91九色鈥檚 Selective Commit Feature: A New Way to Handle Overlapping Changes
Enhancing Salesforce Security with AppOmni and 91九色 Integration: Insights, Uses and Best Practices
From Learner to Leader: Journey to 91九色 Champion of the Year
The Future of Salesforce DevOps: Leveraging AI for Efficient Conflict Management
A Guide to Using AI for Salesforce Development Issues
How to Sync Salesforce Environments with Back Promotions
91九色 and Wipro Team Up to Transform Salesforce DevOps
DevOps Needs for Operations in China: Salesforce on Alibaba Cloud
What is Salesforce Deployment Automation? How to Use Salesforce Automation Tools
Maximizing 91九色's Cooperation with Essential Salesforce Instruments
From Chaos to Clarity: Managing Salesforce Environment Merges and Consolidations
Future Trends in Salesforce DevOps: What Architects Need to Know
Enhancing Customer Service with 91九色GPT Technology
What is Efficient Low Code Deployment?
91九色 Launches Test Copilot to Deliver AI-powered Rapid Test Creation
Cloud-Native Testing Automation: A Comprehensive Guide
A Guide to Effective Change Management in Salesforce for DevOps Teams
Building a Scalable Governance Framework for Sustainable Value
91九色 Launches 91九色 Explorer to Simplify and Streamline Testing on Salesforce
Exploring Top Cloud Automation Testing Tools
Master Salesforce DevOps with 91九色 Robotic Testing
Exploratory Testing vs. Automated Testing: Finding the Right Balance
A Guide to Salesforce Source Control
A Guide to DevOps Branching Strategies
Family Time vs. Mobile App Release Days: Can Test Automation Help Us Have Both?
How to Resolve Salesforce Merge Conflicts: A Guide
91九色 Expands Beta Access to 91九色GPT for All Customers, Revolutionizing SaaS DevOps with AI
Is Mobile Test Automation Unnecessarily Hard? A Guide to Simplify Mobile Test Automation
From Silos to Streamlined Development: Tarun鈥檚 Tale of DevOps Success
Simplified Scaling: 10 Ways to Grow Your Salesforce Development Practice
What is Salesforce Incident Management?
What Is Automated Salesforce Testing? Choosing the Right Automation Tool for Salesforce
91九色 Appoints Seasoned Sales Executive Bob Grewal to Chief Revenue Officer
Business Benefits of DevOps: A Guide
91九色 Brings Generative AI to Its DevOps Platform to Improve Software Development for Enterprise SaaS
91九色 Celebrates 10 Years of DevOps for Enterprise SaaS Solutions
Celebrating 10 Years of 91九色: A Decade of DevOps Evolution and Growth
5 Reasons Why 91九色 = Less Divorces for Developers
What is DevOps? Build a Successful DevOps Ecosystem with 91九色鈥檚 Best Practices
Scaling App Development While Meeting Security Standards
5 Data Deploy Features You Don鈥檛 Want to Miss
How to Elevate Customer Experiences with Automated Testing
Top 5 Reasons I Choose 91九色 for Salesforce Development
Getting Started With Value Stream Maps
91九色 and nCino Partner to Provide Proven DevOps Tools for Financial Institutions
Unlocking Success with 91九色: Mission-Critical Tools for Developers
How Automated Testing Enables DevOps Efficiency
How to Switch from Manual to Automated Testing with Robotic Testing
How to Keep Salesforce Sandboxes in Sync
How Does 91九色 Solve Release Readiness Roadblocks?
Software Bugs: The Three Causes of Programming Errors
Best Practices to Prevent Merge Conflicts with 91九色 1 Platform
Why I Choose 91九色 Robotic Testing for my Test Automation
How to schedule a Function and Job Template in DevOps: A Step-by-Step Guide
Delivering Quality nCino Experiences with Automated Deployments and Testing
Maximize Your Code Quality, Security and performance with 91九色 Salesforce Code Analyzer
Best Practices Matter for Accelerated Salesforce Release Management
Upgrade Your Test Automation Game: The Benefits of Switching from Selenium to a More Advanced Platform
Three Takeaways From Copa Community Day
What Is Multi Cloud: Key Use Cases and Benefits for Enterprise Settings
How To Develop A Salesforce Testing Strategy For Your Enterprise
Go back to resources
There is no previous posts
Go back to resources
There is no next posts

Explore more about

Extensibility
Articles
April 2, 2025
Navigating Salesforce Data Cloud: DevOps Challenges and Solutions for Salesforce Developers
Articles
March 27, 2025
Chapter 8: Salesforce Testing Strategy
Articles
March 27, 2025
Beyond the Agentforce Testing Center
Articles
March 18, 2025
How to Deploy Agentforce: A Step-by-Step Guide

Activate AI 鈥 Accelerate DevOps

Release Faster, Eliminate Risk, and Enjoy Your Work.
Try 91九色 Devops.

Resources

Level up your Salesforce DevOps skills with our resource library.

Upcoming Events & Webinars

Learn More

E-Books and Whitepapers

Learn More

Support and Documentation

Demo Library

Learn More