onFail property

String? onFail
final

The action to take on failure of the task. Can be either "continue" or "finish." To execute the next task, use "continue." To finish the task workflow and not execute any of the subsequent tasks, use "finish." Default value: "continue"

Implementation

final String? onFail;