
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 10:36 PM
Hi Team,
The workflow stuck after the task was created. Below is the script I have used in the Task core activity
It shows running only.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 10:46 PM
@Community Alums - Check if you checked the "Wait for completion" option. which would wait for the sctask to be completed and activity status would be shown as running until the task is not completed.
Abhit Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 10:46 PM
@Community Alums - Check if you checked the "Wait for completion" option. which would wait for the sctask to be completed and activity status would be shown as running until the task is not completed.
Abhit Singh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 11:08 PM
Hi @Abhit ,
Thank you for your quick response,
I have checked checked the "Wait for completion" option
Is it unchecked if i want move the next step?
Thank you
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 11:11 PM - edited 04-24-2024 11:12 PM
@Community Alums - if the wait for completion is checked then system will wait for the task to be completed and if you use case is to just create and execute the next activities then you need to uncheck the option.
If my answer helps then please mark it Correct and Helpful.
Abhit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 11:25 PM
@Abhit ,
Thank you. It works as expected