Create a SCTask after completion of two tasks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 11:01 PM - edited 02-08-2024 11:19 PM
I need to create a sctask after two sctasks,which will be generated by the closed completion of one after another. with the condition that sctask should be created whenever the user chooses variable type='Yes'. Need to write a business rule. not using workflow activity.
TIA
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2024 11:04 PM
Create a flow with your conditions (or a subflow within an existing one). You can add a wait condition to only continue if both tasks are closed and then create a new one.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark