Get Process
Get Process returns the process that a given instance is running.
Use it when a step needs a reference to the process definition behind an instance
- for example to pass it into a later step.

Note
Configure this action in the Builder. See Builder Navigation and Workspace Basics for the surrounding UI.
Configuration
Give the instance to inspect - usually the running instance itself. The step returns the Process it is running.
Runtime behavior
Get Process runs automatically and returns the process behind the given instance. If the instance can’t be found, it takes the failure path.
Best practices
- Use it to obtain a process reference at runtime rather than hard-coding one.
- Connect the failure path if the instance might not exist.
Works well with
- Launch Subprocess - launch a process you resolved at runtime.
- Processes - where processes are defined and listed.
Last updated on