pub async fn get_bpmn_instance_status(
configuration: &Configuration,
workspace: &str,
id: &str,
) -> Result<ProcessInstanceStatus, Error<GetBpmnInstanceStatusError>>Expand description
Frontend-facing projection of the process instance’s live runtime state (lifecycle, per-activity status, variables, history, incidents), consumed by the live process token overlay. 404 if the instance isn’t in the workspace, or if the engine has not picked it up yet (no runtime state).