NF8.2 Starting other workflows within a workflow
Feature: Starting other workflows within a workflow
Goal: Functional
Developer: Heng Sin Low, Martin Schönbeck
Feature Ticket: IDEMPIERE-4187, IDEMPIERE-4188
Sponsor :
Description:
You can now start other workflows from within a workflow. To achive this there must be a process for this workflow. Typically you don't want to start this workflow for the actual document (else you could have extended the actual workflow) so you have to transfer the Record_ID of the document you are going to process. Because this Record_ID is no normal process parameter but an attribute a way is implemented to set this attribute.
To call e.g. the standard Process_Shipment from Process_InOutConfirm you add it's process as seen here (or take the 2packs from the above mentioned IDEMPIERE-4187)
Then you add a parameter named Record_ID in the Attribute Name field. Make sure Process Parameter is left empty. Add Attribute Value to tell where to get the record_id.