Introduction
Users can apply the following dependency schemes:
- Asynchronous Dependencies
- In a given workflow an order is added to a second workflow that will be executed in parallel. The current workflow will continue and will not wait for completion of the second workflow.
- The JS7 - AddOrder Instruction is the recommended way how to add orders from a workflow.
- Synchronous Dependencies
- One or more workflows wait for each other based on Notices that they expect and that they post. A posting workflow holds a JS7 - PostNotices Instruction while one or more expecting workflows include the JS7 - ExpectNotices Instruction or JS7 - ConsumeNotices Instruction. Expecting workflows wait until a Notice arrives from a posting workflow.
- JS7 - Notice Boards are used to manage the creation of Notices. They offer hard dependencies that are applied without exception, and they offer soft dependencies that are based on the JS7 - Daily Plan and consider dependencies for days only for which posting workflows are scheduled by related orders.
Overview
Content Tools