mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 01:40:48 +00:00
commented out references to how_to doc since how_to was deleted w/ burnettk
This commit is contained in:
parent
18ea7510c6
commit
277d37e494
@ -7,8 +7,8 @@ A process instance refers to a specific occurrence. Think of a process instance
|
||||
Each Process Instance would have started at the starting point and moved on to subsequent steps. The data it collects along its path is unique to that instance. You therefor have to know how to locate a process instance.
|
||||
|
||||
Follow the following steps to understand how to locate a process instance:
|
||||
[How to find an Instance assigned to someone else](/how_to/find_an_Instance_assigned_to_someone_else)
|
||||
[How to find an Instance assigned to myself](https://github.com/sartography/spiff-arena/blob/main/docs/how_to/find_an_Instance_assigned_to_myself.md)
|
||||
% [How to find an Instance assigned to someone else](/how_to/find_an_Instance_assigned_to_someone_else)
|
||||
% [How to find an Instance assigned to myself](https://github.com/sartography/spiff-arena/blob/main/docs/how_to/find_an_Instance_assigned_to_myself.md)
|
||||
|
||||
## ℹ Information associated with an instance
|
||||
|
||||
@ -32,7 +32,7 @@ The status of a process instance represents its current state or condition, refl
|
||||
| **User input required** |![Image description](images/user_input_required.png) | When a process instance reaches a user task or a point in the process where user input is necessary, the status is set to "User input required." This status indicates that the process cannot proceed further until the user provides the required information or completes the assigned task. |
|
||||
| **Terminated** | | |
|
||||
| **Completed** | | |
|
||||
| **Suspended** |![Image description](images/suspended.png) | During the suspension period, the process instance remains in a state of temporary pause, and the execution is halted. Once the cause of the suspension is resolved, the process instance can be manually updated to reflect a new location or metadata. A suspened process can be resumed: [How to resume a process](https://github.com/sartography/spiff-arena/blob/main/docs/how_to/resume_a_process.md) |
|
||||
% | **Suspended** |![Image description](images/suspended.png) | During the suspension period, the process instance remains in a state of temporary pause, and the execution is halted. Once the cause of the suspension is resolved, the process instance can be manually updated to reflect a new location or metadata. A suspened process can be resumed: [How to resume a process](https://github.com/sartography/spiff-arena/blob/main/docs/how_to/resume_a_process.md) |
|
||||
| **Error** | | An error indicates that a process instance has encountered an error or exception during its execution. It signifies that there is an issue or problem that needs to be addressed before the process can proceed further. |
|
||||
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user