Common Task Settings
The following settings are common across all tasks in Zynk.
Settings
Break on Failure
Required
If set to True the workflow will stop running if the task does not end successfully, otherwise the workflow will continue.
Can Resume From Failure
Required
When a task fails and this setting is enabled, the status of the task will be set to 'Resume' rather than 'Fail'. This indicates that the workflow should start from this task the next time it runs. This means that the workflow will pick up from where it left off in the event of this task failing. This setting defaults to True.
The Workflows setting in the workflow properties must also be True for this to work.
If set to false, the workflow will start from the beginning even if this task fails.
Enabled
Required
Set to True to run this task when the workflow is executed, otherwise it will be skipped. If a container task is not enabled none of the child tasks will be ran.
Last Ran
Optional
The date the task was last ran.
Last Result
Required
The end result of when the task was last ran.
Log Debug Message
Optional Set to true to log detailed information for debugging purposes.
On Failure Task
Optional
An optional task to run if the task is unable to complete successfully.
Task Name
Required
The name of the task within the workflow, it can be helpful if you have more than one of the same task.
Task Type
Read Only
The type code of the task, this cannot be modified.
Unique ID
Read Only
The unique identifier of the task, this cannot be modified.