How to Edit a Workflow Step¶
First: learn the workflow before you change it¶
When a form change requires touching its workflow, brief yourself on that workflow first — its trigger, steps, and branching — instead of editing blind. Run:
It prints the live structure (trigger message → ordered steps with type + key params → each
step's transitions, including the XPath branch conditions) plus a runtime summary of recent
instances. Add --structure-only, --version latest, --local (offline, from extracted XML),
or --sample errored to drill into a failing run. A partial name lists matching workflows.
Full endpoint detail: platform/management-studio-api.md §5.
Key Things to Know¶
- Each step can only be executed once per workflow instance.
- Changes to step properties can affect workflow execution — validate after every change.
- Back up the workflow before making significant changes (export a package before editing).
Step-by-Step¶
- Open the Workflow Designer in Management Studio.
- Navigate to and open the workflow.
- Click the specific step you want to edit.
- In the Properties Editor, update:
- Category — categorises the step
- Name — reflects the step's function/purpose
- Any other relevant properties
- Save the workflow.
- Validate — use the validation feature to check for errors.
- Test — trigger a form submission and verify the step fires correctly.
Quick Tips¶
- Back up before significant changes (export a package).
- Review adjacent steps for compatibility before editing.
- Use Undo/Redo if you make a mistake.
- Always validate after editing — don't leave unvalidated changes.