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 workflow
  • bpmn_filename - Path to the BPMN XML file

Example:

shar bpmn load "MyWorkflow" ./path-to-workflow.bpmn

Output: Returns the WorkflowID of the loaded workflow.