Start task
Start task sample flow.
On this page
Summary
This example is an action that changes the status of a task in progress.
Step: start
Inputs
No configuration required.
Outputs
No configuration required.
Context
- record: Record
- oldRecord: Record
- action: Action
- oldRecord: Record
- action: Action
Step: update record
Inputs
Label | Value | Description |
---|---|---|
record | Status Set IN PROGRESS | Updates the state of the task record and store the changes. |
Outputs
Name | Type | Description |
---|---|---|
updatedTask | record | The updated task is put in the context. |
Context
- record: Record
- oldRecord: Record
- action: Action
- updatedTask: Record
- oldRecord: Record
- action: Action
- updatedTask: Record
Step: end
Inputs
Label | Type | Description |
---|---|---|
Return result | boolean | If true it will return the final result of the flow. |
Outputs
No configuration required.
Context
- record: Record
- oldRecord: Record
- action: Action
- updatedTask: Record
- oldRecord: Record
- action: Action
- updatedTask: Record