Process automation designer - need assistance with "wait for condition"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2023 03:39 PM
needing some assistance with sequencing, specifically the wait for condition designer. We have 4 swim lanes, where i need a wait for condition after the first lane, waiting for that item to complete before the other lanes kick off. My issue is how the inputs, table and "experience" tabs work, and what info they're wanting.
i just need the condition to wait until the 'new hire item' activity is state=complete before software and hardware kick off. i feel like the input should be fulfill ascent onboard -state, and table should be SC_req_item, but that isn't allowing it.
 
     
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2023 07:32 AM
Hi @CamUnderwood ,
Its looks like you need to use the Automation tab, I give you a example for a waiting condition that I get from the Playbooks and Process Automation Designer Fundamentals , they use for a incident you just need to use your table:
- Select Common Activities > Wait for Condition.
- Enter the following (under the [General] and [Automation] tabs):
-[General] Enter Verify your Record Details for the Label*.
- [General] Enter the description: Make sure to fill out [Your conditions] are met.
- [Automation] Table: Incident (Your table)
- [Automation] Record: Select the Data Pill picker to dot-walk to > Trigger - Incident > Incident Record (There is your trigger table)
- [Automation] Select View all properties.
- Make sure you are still on the Automation tab and under Conditions and fill in the following:
- Condition 1
- Condition 2...
- Done
That is a example but if your follow the step that must will work for you. Hope that help you.