Playbook running in child task

Ashadiee
Mega Contributor

Hello, I have configured my first playbook and I would like to run in child task table. Also, I would like to hold the progression of task once the previous is complete. Any help or suggestions are very much appreciated.

1 ACCEPTED SOLUTION

Mohammed Kemal
Tera Guru

Hi @Ashadiee 

Yes, a flow could be  triggered on the extended tables. You can find the check box in the additional properties. So if you want to run the trigger on extended tables - you should check the box just like bellow. 

run this trigger on extended tables.png

 

https://www.servicenow.com/community/now-platform-forum/how-to-trigger-flow-on-extended-tables/m-p/1...

 

 

 

 

 

For your second question please refer this ServiceNow doc, i hope this helps!

Wait For Condition activity

https://docs.servicenow.com/auth/login/?redirect=%2Fbundle%2Fxanadu-build-workflows%2Fpage%2Fadminis...

View solution in original post

2 REPLIES 2

Mohammed Kemal
Tera Guru

Hi @Ashadiee 

Yes, a flow could be  triggered on the extended tables. You can find the check box in the additional properties. So if you want to run the trigger on extended tables - you should check the box just like bellow. 

run this trigger on extended tables.png

 

https://www.servicenow.com/community/now-platform-forum/how-to-trigger-flow-on-extended-tables/m-p/1...

 

 

 

 

 

For your second question please refer this ServiceNow doc, i hope this helps!

Wait For Condition activity

https://docs.servicenow.com/auth/login/?redirect=%2Fbundle%2Fxanadu-build-workflows%2Fpage%2Fadminis...

Thank you very much for your response. That's exactly what I was looking for.