The following are options common for all the tasks:

Disabled: specifies whether the task should excluded from the execution of a workflow.

Include in Decoration: specifies whether the task's icon (if any) should be included to its action decoration.

Hints: textual notes, hints and instructions that can be shown to the users during the task execution.

Log:
- Before Execute: expression that defines data should be written to the action's log right before execution of the task. The expression may contain macro to log some variable values.
- After Execute: expression that defines data should be written to the action's log right after execution of the task. The expression may contain macro to log some variable values.

Stop Actions:
- If Failed: specifies whether workflow should be stopped if the task is failed.
- If Cancelled: specifies whether workflow should be stopped if the task is cancelled by the user.