Start task

Start task sample flow.

Summary

This example is an action that changes the status of a task in progress.

Start task sample flow

Step: start

Inputs

No configuration required.

Outputs

No configuration required.

Context
- record: Record
- oldRecord: Record
- action: Action

Step: update record

Inputs
LabelValueDescription
recordStatus Set IN PROGRESSUpdates the state of the task record and store the changes.
Outputs
NameTypeDescription
updatedTaskrecordThe updated task is put in the context.
Context
- record: Record
- oldRecord: Record
- action: Action
- updatedTask: Record

Step: end

Inputs
LabelTypeDescription
Return resultbooleanIf true it will return the final result of the flow.
Outputs

No configuration required.

Context
- record: Record
- oldRecord: Record
- action: Action
- updatedTask: Record