We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Create a SCTask after completion of two tasks

sri8
Tera Contributor

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

Mark Manders
Giga Patron

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