Get started with Dynamic Flow and Get Flow Outputs
Create a sample flow that dynamically calls subflows for provisioning cloud services.
시작하기 전에
이 태스크 정보
- 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.
프로시저
Create a subflow template
Create a sample subflow template for provisioning cloud services.
시작하기 전에
프로시저
Create a subflow for Jira cloud instance provisioning requests
Create a sample subflow for provisioning cloud services from Jira.
시작하기 전에
프로시저
Create a subflow for Salesforce cloud instance provisioning requests
Create a sample subflow for provisioning cloud services from Salesforce.
시작하기 전에
프로시저
-
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.
시작하기 전에
프로시저
Test your flow
Test your sample flow for provisioning cloud services.