how can I use new WorkflowApprovalUtils().cancelAll(current, comment); in flow editor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 04:13 PM
I want to apply this logic to flow editor new WorkflowApprovalUtils().cancelAll(current, comment); but can't find any answer
thanks in advance
- Labels:
-
Team Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2022 05:42 PM
Hi
what do you mean with "want to apply this logic to flow editor"?
- Do you want to cancel Workflows in a Flow?
- Do you want to have something similar for Flows?
It's really not clear what your issue is!
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 06:47 AM
Hi Maik!
- Do you want to cancel Workflows in a Flow?
- no, but it sounds interesting.
- Do you want to have something similar for Flows?
- yes, we are trying to cancel and restart the current flow executions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2022 07:46 AM
yes i want to have something similiar inside flow designer , to reset all the process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 04:34 AM
Hi
you can call
new sn_ph.GlideProcessAutomation(current.sys_id);
Maik