Procedure best practices - ION Manual

Documentation Index

Fetch the complete documentation index at: /llms.txt

Use this file to discover all available pages before exploring further.

These patterns keep procedures maintainable as they grow in size and reuse.

Nesting and standard steps

Hold work until instructions are final

Combining nested standard steps with the run On hold status lets planners schedule work before every instruction is finalized, while preventing operators from starting a step whose instructions aren’t ready.

  1. Build a top-level procedure from standard steps, each covering a group of work such as torquing, sealing, and inspecting.
  2. Release the standard steps whose instructions are complete so technicians can start them.
  3. For a standard step whose instructions are still in progress, put its run step on hold. The hold blocks work until the instructions are ready.
  4. When the instructions are finalized, release the updated standard step and take the run step off hold. The run picks up the latest released version automatically.

mBOM structure