-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated structure and added non_executable task info (#2184)
Co-authored-by: Kevin Burnett <[email protected]>
- Loading branch information
Showing
9 changed files
with
161 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Executable and Non-Executable Tasks | ||
|
||
In SpiffWorkflow, a process model can be either **Executable** or **Non-Executable**, and the designation impacts how the workflow behaves: | ||
- **Executable Process**: Configured for automation and execution by the workflow engine. All tasks within the process are actionable and designed to run dynamically. | ||
- **Non-Executable Process**: Intended for documentation or design purposes. These workflows are visual representations and cannot be executed by the workflow engine. | ||
|
||
## Configuring Executable and Non-Executable Processes | ||
### **Non_Executable Process**: | ||
1. Open the BPMN editor in SpiffWorkflow. Select the process canvas or diagram header. Navigate to the **Properties Panel** on the right side. | ||
2. Under the **General** section, uncheck the **Executable** checkbox. | ||
|
||
![non-executable task](images/non_executable.png) | ||
|
||
3. Save your changes. Go to the process model page and the Start Button will not appear, indicating that the process is non-executable. | ||
|
||
![non-executable task](images/non_executable1.png) | ||
|
||
|
||
### **Executable Processes**: | ||
1. Follow the same steps as above, but check the **Executable** checkbox. | ||
|
||
![executable task](images/executable.png) | ||
2. Save your changes. The Start Button will now appear when the model is opened. | ||
|
||
![executable task](images/executable1.png) | ||
|
||
|
||
|
||
|
||
## Common Scenarios | ||
| **Scenario** | **Executable Process** | **Non-Executable Process** | | ||
|---------------------------------------|-------------------------|----------------------------| | ||
| Automated workflows (e.g., API calls) | ✅ | ❌ | | ||
| Training or stakeholder presentation | ❌ | ✅ | | ||
| Manual workflows | ❌ | ✅ | | ||
| Workflow design phase | ❌ | ✅ | | ||
| System integration | ✅ | ❌ | | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters