End Task Activity

When designing a workflow, you can use this activity to cancel or complete a task that is currently executing in a running workflow.

Note: Continuously looping workflows are not affected by this activity.
AttributeValueDescription
Complete TaskUser-defined; BooleanSelect this option to ensure that the workflow cancels all executing activities and transitions to completion. The postsubprocess and postprocess activities finish as expected before the task is completed.
Cancel TaskUser-defined; BooleanSelect this option to ensure that the workflow cancels all executing activities and transitions to a cancelled state. When you select this option, the Cancel Reason appears.
Cancel ReasonUser-defined; String

Associated with Cancel Task. Specifies a reason that the task was cancelled in order to provide more data on the operation. This value can be configured using a literal value, expression, or bind. If no information is entered into this field, the default reason is Cancelled by system.

.