Dear Team,
After the creation of every user task, I need to call external restapi to tell creation details.
How to handle this ? Could u please provide your inputs.
Regards,
Kedari
Dear Team,
After the creation of every user task, I need to call external restapi to tell creation details.
How to handle this ? Could u please provide your inputs.
Regards,
Kedari
@kedarik you can call rest api by adding task Listener to the user task in the create event type.
HI @ aravindhrs,
Thanks for the reply. It should be after task creation successfully. Then I have to share UsertaskId etc.
Regards,
Kedari
@kedarik Once Task create event is created, then taskid also will be created part of it. So in create event you can get taskid from “DelegateTask”