From Bright Pattern Documentation
• 5.2 • 5.3
Contents
- Workflow Builder Reference Guide Introduction
- Purpose
- AudienceWorkflow Builder Application
- Workflow Builder OverviewWorkflow Blocks
- Assign Case to Agent
- Bright Pattern Search Object
- Comment
- DB Execute
- Exception Handler
- Exit
- Fetch URL
- Get Next Record
- Get User Configuration
- Goto
- If
- Internal Message
- Log
- RightNow Create Object
- RightNow Search
- RightNow Select Account
- RightNow Update Object
- Salesforce.com Delete
- Salesforce.com Insert
- Salesforce.com Search
- Salesforce.com Select Account
- Salesforce.com Update
- Send Message+
- ServiceNow Create Object
- ServiceNow Search
- ServiceNow Select Account
- ServiceNow Update Object
- Set Variable
- Start Another Workflow
- Transfer Case to Service
- Wait
- Wait+
- Zapier Invoke Zap
- Zapier Select Account
- Zendesk Create Object
- Zendesk Search
- Zendesk Select Account
- Zendesk Update ObjectVariable and Expressions
- Variables
- String Expressions
- Integer Expressions
- Floating Point Expressions
- Built-In Functions
Start Another Workflow
The Start Another Workflow block starts the specified workflow from within the given (parent) workflow. Variables defined in the parent workflow carry over to the sub workflow. After the sub workflow finishes executing, control returns to the parent workflow (except when terminated by error or disconnect). The parent workflow will resume by executing the next block in the flowchart.
To configure the block, select the desired sub workflow in the drop-down list. The label of the block in the flowchart will display Start Another Workflow “[workflow name]”. In the workflow shown, you can see that the Start Another Workflow block is used if the call is disconnected.