General Workflow Constructs Call Sub FlowWith this node you can call a sub flow in a (different) White Paper.Check FileWith this node you can check if a file exists or does not exist, and optionally wait for the file to appear or disappear. Clone Workable With this node you can create an exact copy of the workable, for example to do parallel processing. EndWith this node you can indicate the end of a flow-path. A workable that arrives in an end node will be marked as finished, and it will be removed from the system. From that point, you can only access the job history via the jacket.Form inputWith this node you can specify that the workable and/or jacket should wait for the user to submit a form before automatically continuing.Get User InfoWith this node you can receive information of/for a user (for example name, email address...) Go To InputWith this node you can continue working in another workflow while keeping the complete history and information of the workable. Hold in KioskWith this node you can put a workable on hold in the workflow.House KeepingWith this node you can change various settings of a workable.Join Workables With this node you can wait for a set of workables and continue when they are all available. Return From Sub FlowThis node is the end of a flow-path where the workable is sent back to the node where the sub flow was called.Repeat With this node you can repeat a section of a flow one ore more times. RouteWith this node you can route a job to one output depending on information in the workable, file or data.ScriptWith this node you can run a JavaScript.Set DBIO ReplyWith this node you can return the answer that was collected in the workable that was created in the Start From DBIO node in the same workflow.Set HTTP ReplyWith this node you can set the reply that should be sent as an answer to an HTTP request.Set Kiosk InfoWith this node you can add/set information to be displayed in KIOSK.Set Server PageWith this node you can change the Web Page that a user will view.Set VariableWith this node you can introduce one or more variables in your workflow and set the value (which can be based on an existing variable).Start Sub Flow This flow indicates a starting point of a flow-path that can be used from other flows. At the end, the result of the flow will be sent back to the calling flow. Unhandled Problem All workables that fail in a node that are not explicitly handled in a flow will be routed to this node. Each workflow has by default an unhandled problem node.WaitWith this node you can pause the workable for a specified amount of time.