Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The workflow executes a number of jobs and an JS7 - AddOrder Instruction for workflow B.
  • Starting from the AddOrder Instruction workflow B runs asynchronously and in parallel.
  • Subsequently a JS7 - ExpectNotice Instruction makes workflow A wait for completion of workflow B.
    • The ExpectNotice Instruction can be used immediately after use of the AddOrder Instruction.
    • The ExpectNotice Instruction can be used at any later node in workflow A.


When clicking the AddOrder Instruction the workflow can be selected to which an order should be added:

Image Added


The ExpectNotice Instruction allows to select a Notice Board.

First upload the example from the below chapter Notice Board to be able to select the relevant Notice Board like this:

Image Added

Workflow B

Download (upload .json): pdSequenceReceiveOrderSynchroneously.workflow.json

...

  • The workflow executes a number of jobs and a JS7 - PostNotice Instruction.
  • The PostNotice Instruction sends a signal to any workflows expecting the Notice.
    • A number of workflows can wait for the same Notice from a PostNotice Instruction.
    • The same Notice from a PostNotice Instruction can be issued by any number of workflows.
    • The PostNotice Instruction does not necessarily have to be used as the last instruction in a workflow. In fact it can be used at any position in the workflow.


The PostNotice Instruction allows to select a Notice Board.

First upload the example from the below chapter Notice Board to be able to select the relevant Notice Board like this:

Image Added

Anchor
notice_board
notice_board
Notice Board

Download (upload .json): pdSequenceSynchroneously.noticeboard.json

...