Closed
Starting processes on the Case type rule Process tab has two process
There is two flow rule on the Case type rule Process tab. What will happen when case created?
Flow 1 will run ? or Flow 2 will run? Or both flow 1 and flow 2 will run?
@haisuw65
When initiating case, either from OOTB Activities (svcaddworkObject) or Create Work Action on Click, it requires parameters which are CaseType Class(work Class) and FlowType(flowname).
Whatever flow name is passed as a parameter while initiating a case, that flow will only get executed for the Case not the other flow.