Get started with Dynamic Flow and Get Flow Outputs
-
- UpdatedJan 30, 2025
- 8 minutes to read
- Yokohama
- Create Workflows
Create a sample flow that dynamically calls subflows for provisioning cloud services.
Before you begin
About this task
- Triggers when a Cloud Instance Provisioning Request record is created.
- Calls the appropriate subflow to create a Cloud Instance record.
- Gets an output from the dynamically called subflow and updates the Cloud Instance Provisioning Request record with the output's value.
Procedure
Create a subflow template
Create a sample subflow template for provisioning cloud services.
Before you begin
Procedure
Create a subflow for Jira cloud instance provisioning requests
Create a sample subflow for provisioning cloud services from Jira.
Before you begin
Procedure
Create a subflow for Salesforce cloud instance provisioning requests
Create a sample subflow for provisioning cloud services from Salesforce.
Before you begin
Procedure
-
In the Subflow header, select the more actions icon (
) and select Copy subflow.
- On the Copy Subflow screen, enter Create Cloud Instance Record - Salesforce in the New Subflow Name field, and then select Copy.
- Expand the Create Cloud Instance Record action and replace the .atlassian.net value for the Instance URL field with .salesforce.com
- In the Subflow header, select Save, accept the data change warning message, and then Publish to publish the subflow.
Create a flow that runs your subflows dynamically
Create a sample flow to run your provisioning cloud services subflows.
Before you begin
Procedure
Test your flow
Test your sample flow for provisioning cloud services.
Before you begin
Procedure
Result