I wanted to put change task in sequence order in workflow (5 task)...Can anyone please...???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2020 06:58 PM
I wanted to put change task in sequence order. Can anyone please...???
- Labels:
-
Change Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2020 07:20 PM
Do you just mean so that you can display them in a certain sequence in a list view?
You could always add a line in the advanced script section of the task and set a value for order.
task.order = '100';
Or, if you mean you want to create the tasks all at the same time, but have them created (order by number) in a certain order, you could always put a timer before each task and stagger them by 5 or 10 seconds.
Without a little more idea of what you're really trying to accomplish it's a little hard to offer anything more detailed.
Hope this helps!
If this was helpful or correct, please be kind and click appropriately!
Michael Jones - Proud member of the CloudPires Team!
Michael D. Jones
Proud member of the GlideFast Consulting Team!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2020 12:47 PM
Just set the predecessor and successor for each task.
In the sc_cat_item_dt_mtom table, create a row with the first task as the dt_parent and the next one as the dt_child, then another row with the child from the first row as dt_parent and the next on as the dt_child, etc. This will open each task in order and leave them in Pending status until the parent is closed.
Tapadh leat,
Aoife