Start task sample flow
Summary
This example is an action that changes the status of a task in progress.
Step: Start
Inputs
No configuration is needed.
Outputs
No configuration is needed.
Context
- record: Record
- oldRecord: Record
- action: Action
Step: Update record
Inputs
| Label | Type | Value | Description |
|---|---|---|---|
|
record |
|
|
Updates the state of the task record and store the changes. |
Outputs
| Name | Type | Description |
|---|---|---|
|
updatedTask |
|
The updated task is put in the context. |
Context
- record: Record
- oldRecord: Record
- action: Action
- updatedTask: record
Step: End
Inputs
| Label | Type | Value | Description |
|---|---|---|---|
|
Return result |
|
|
If true it will return the final result of the flow. |
Outputs
No configuration is needed.
Context
- record: Record
- oldRecord: Record
- action: Action
- updatedTask: record