Need to Trigger Approvals based on the Selection of Variable on the Catalogue Form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018 03:23 AM
I have four variables on Catalogue form and each variable have different approval action. If i selected only one varaible, only one Approval task should trigger and if i select only 2 variable,2 approval should trigger. currently all four are triggering every time.
Attached screen shots of Catalogue form and Work Flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018 06:25 AM
That warning is because you have two approvals without connections. HDF_AT/TST/DEV & MDM_AT/TST/DEV don't have entry points in the workflow. If you select one of the two variables you have connected to if statements it should work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018 06:28 AM
u mean i need to connect 2 if statments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018 06:35 AM
Right, those two approvals are just taking up space on your canvas right now, they won't trigger anything since they aren't connected to an if statement. Basically, every object in the workflow below the begin box should have a path into it to and a path out of it where ever there is a yellow box to prevent the warning you are seeing. There may be exceptions, but that's the general rule I follow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018 06:46 AM
how to connect 2 if conditions in the workflow