-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow Icon Bar
Johannes Heucher edited this page Oct 12, 2022
·
3 revisions
The Workflow icon bar is the Xyna Process Modeller's specific icon bar for a Workflow. It is only displayed, if the currently opened document is a Workflow.
Icon | Action | Keyboard Shortcut | Description |
---|---|---|---|
New ... | Opens a menu to create new XMOM Objects (e.g. Workflow, Data Type, Coded Service) | ||
Save | <kbd>Ctrl+Shift+S</kbd> | Saves the currently opened Workflow (without deploying it) | |
Save As... | <kbd>Ctrl+Shift+S</kbd> | Opens a menu to save the currently opened Workflow under a new name | |
Deploy | <kbd>Ctrl+Shift+D</kbd> | Deploys the currently opened Workflow | |
Print... | Shows the Workflow in printable mode (Hint: Not supported, yet) | ||
Service | Inserts a Prototype Service | ||
Parameter | Inserts a Prototype Data Type | ||
Type Choice | Inserts a Type Choice control structure to distinguish between the characteristics (all subtypes) of a Data Type | ||
Conditional Choice | Inserts a Conditional Choice to model different processes depending on a boolean condition | ||
Conditional Branching | Inserts a Conditional Branching to model different processes depending on a complex condition with more than two result types | ||
Wait | Inserts a Wait to model a latency during the Workflow execution | ||
Await | Inserts an Await to link the execution of the further process with the notification of another Workflow | ||
Notify | Inserts a Notify to notify corresponding Awaits | ||
Manual Interaction | Inserts a Manual Interaction to pause the further execution of the process until this Process Step has been executed manually | ||
Throw | Drag an Exception Type into the Workflow to create a Throw step. | ||
Retry | Inserts a Retry to the Catch area of a Service to repeat its execution in case of an error | ||
Template | Inserts a Template to define the content of a modeled Template-based text document | ||
Begin Document | Inserts a Begin Document to indicate the beginning of a Template-based text document | ||
Retrieve Document | Inserts a Retrieve Document to retrieve the current text document | ||
End Document | Inserts an End Document to indicate the end of a Template-based text document | ||
Query Storable | Inserts a Query Storable to retrieve Storable instances from Xyna Factory | ||
Store Storable | Inserts a Store Storable to store a Storable instance on the Xyna Factory | ||
Delete Storable | Inserts a Delete Storable to delete a Storable instance on the Xyna Factory |
See also the complete list of Keyboard Shortcuts.