Class CancelWorkflowTasksRequest
Object
CancelWorkflowTasksRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe reason for the cancellation of the workflow instance.Required. The list of workflow task IDs to be cancelled.inthashCode()booleanRequired. Whether or not the user needs to be notified of the job completion.voidThe reason for the cancellation of the workflow instance.voidsetSendNotification(boolean sendNotification) Required. Whether or not the user needs to be notified of the job completion.voidsetWorkflowTaskIds(List<UUID> workflowTaskIds) Required. The list of workflow task IDs to be cancelled.toString()
-
Constructor Details
-
CancelWorkflowTasksRequest
public CancelWorkflowTasksRequest()
-
-
Method Details
-
builder
-
isSendNotification
public boolean isSendNotification()Required. Whether or not the user needs to be notified of the job completion. -
getWorkflowTaskIds
Required. The list of workflow task IDs to be cancelled. -
getReason
The reason for the cancellation of the workflow instance. -
setSendNotification
public void setSendNotification(boolean sendNotification) Required. Whether or not the user needs to be notified of the job completion. -
setWorkflowTaskIds
Required. The list of workflow task IDs to be cancelled. -
setReason
The reason for the cancellation of the workflow instance. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-