Launch an individual Flow in Process Modeler during bulk review
I have a requirement where a Reviewer is looking at the data/contents of multiple Work Objects that are being processed. This happens in the context of a Review 'Flow' and Work Objects are being bulk reviewed in the Work Queue.
Work Object XYZ has multiple child work objects of type T. The reviewer is looking at multiple 'T-' Work Objects and XYZ is essentially a Cover Object.
On click of a button during the review I need to create a NEW Survey Child WO for one of the 'T-' Work Object AND route it to the pyWorkParty of the 'T-' WO. For example, in the screenshot below, when 'YES" is clicked for T-42193, I need to launch a NEW Survey Child Object , tie it to T-42193 and ALSO route it to the pyWorkParty of the T-42193.
I have a requirement where a Reviewer is looking at the data/contents of multiple Work Objects that are being processed. This happens in the context of a Review 'Flow' and Work Objects are being bulk reviewed in the Work Queue.
Work Object XYZ has multiple child work objects of type T. The reviewer is looking at multiple 'T-' Work Objects and XYZ is essentially a Cover Object.
On click of a button during the review I need to create a NEW Survey Child WO for one of the 'T-' Work Object AND route it to the pyWorkParty of the 'T-' WO. For example, in the screenshot below, when 'YES" is clicked for T-42193, I need to launch a NEW Survey Child Object , tie it to T-42193 and ALSO route it to the pyWorkParty of the T-42193.
I have to launch a NEW flow on the click of a button. Is it possible to launch a FLOW through the Process Modeler through the click of a button given my constraints as I cannot use the connector going out of the Data Review Queue. (Multiple T- WorkObjects that are part of an) XYZ WO enters DataReview and leaves DataReview, once review has been completed. Please note that XYZ WorkObject is entering DataReview and XYZ WorkObject is leaving DataReview Queue and not individual T- WorkObjects. XYZ WorkObject is composed of T- WorkObjects. Any help would be appreciated.