Is there a way to set a sequence to workflows that...
# administration
l
Is there a way to set a sequence to workflows that run on a record? Say we have workflow 1 and workflow 2 set on quotes. Both should run at saving the record. However first, workflow 2 should run and after workflow 1 should run.
k
why are they seperate workflows?
l
an option is to set them together. Workflow 1 is complex, so I wanted to avoid to make it even bigger
s
I believe you might be able to change the order in Customization -> Scripted Records on the workflow tab.
k
You can have one workflow trigger another workflow
l
Kevin, ok! I will look into that!
Sandii, you can change script sequence but not workflow sequence 😞
k
I'd still be inclined to merge where reasonable.
l
ok! roger that!
k
The kick off another workflow thing could be challenging to deal with and might require changes to your second workflow to work correctly
l
I guess it's easier then to visually keep track on the overall flow
k
of course - if your workflow is getting too large/complex - might be better off scripting. There is still governance limits on workflows
🙏 1
👍 1
l
Kevin, I found a way to sequence workflows and I thought this may be interesting for you as well: If you go to a Workflow Transition, there is a field WAIT FOR WORKFLOW. It works very well!! 🎉