How to recall datalist on add/edit triggered workflow

Hi YeeFlow

As Topic, other than admin interruption, is there any ways to recall/terminate the running workflow which is on data list item added/modified trigger.

I did a try by tick the option of assignment task, but no luck system show “Recall mission failure” while clicking “Recall” button from completed task.

thanks

Hi Khh,

Thanks for reaching out!

There are a few cases where a workflow cannot be recalled:

  1. If there are any other actions (e.g. Set Data List) between two approval nodes.
  2. If the assignment task order is Parallel, and all approvers have completed their tasks — the next node has already started.
  3. If the order is Sequential, and when trying to recall (e.g. from the first approver), the second approver has already completed their approval and passed the task forward.

In these cases, the system will return a “Recall mission failure” message.

Let me know if you have any questions.

Best regards,

Hi Eli,

Thanks for the reply.

Will there any alternative to interrupt the workflow which trigger from datalist.

Sounds like given event signal to the running workflow but no luck i can’t find an appropriate workflow api to achieve so far.

Thank you very much.