Question

Blue Cross and Blue Shield of North Carolina
Blue Cross and Blue Shield of North Carolina
US
Blue Cross and Blue Shield of North Carolina
Posted: Oct 30, 2019
Last activity: Oct 30, 2019
Last activity: 30 Oct 2019 15:29 EDT
Closed
Workflows without cases
I'm looking to create a Producer Bot Workflow via Pega. This means there would be no cases that exist when the workflow starts. Is that an issue? Are there workarounds?
Steps of the Producer Bot Workflow:
- Workflow: Starts
- Workflow: Calls an automation
- Automation:
- Gets an item from a queue within an application
- Determines if there are more items in the queue
- Automation:
- Workflow: Checks if the automation was successful
- Success:
- Workflow: Creates a case for the Consumer Workflow
- Workflow: More items exist?
- True: Workflow: Routes back to Step 2
- False: Workflow: Ends
- Failed:
- Workflow: Creates a case for the Exception Handler Workflow
- Workflow: Ends
- Success:
***Edited by Moderator Marissa to update platform capability tags****