On this page
bpmn
Commands for manipulating BPMN workflow definitions in SHAR.
Subcommands
load
Loads a BPMN XML file into SHAR.
Usage:
shar bpmn load <workflow_name> <bpmn_filename>Arguments:
workflow_name- The name to assign to the workflowbpmn_filename- Path to the BPMN XML file
Example:
shar bpmn load "MyWorkflow" ./path-to-workflow.bpmnOutput: Returns the WorkflowID of the loaded workflow.