Class StartWorkflowInstancesRequest
Object
StartWorkflowInstancesRequest
- All Implemented Interfaces:
Serializable
The properties of the workflow to be started.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe list of IDs for the business items.The resource type of the passed in business items.The properties of the workflow.Deprecated.This field will be removed without a replacement.Required. The ID of the workflow definition.inthashCode()booleanWhether notification on starting the workflows should be sent.voidsetBusinessItemIds(List<UUID> businessItemIds) The list of IDs for the business items.voidsetBusinessItemType(WorkflowBusinessItemType businessItemType) The resource type of the passed in business items.voidsetFormProperties(Map<String, String> formProperties) The properties of the workflow.voidsetGuestUserId(UUID guestUserId) Deprecated.This field will be removed without a replacement.voidsetSendNotification(boolean sendNotification) Whether notification on starting the workflows should be sent.voidsetWorkflowDefinitionId(UUID workflowDefinitionId) Required. The ID of the workflow definition.toString()
-
Constructor Details
-
StartWorkflowInstancesRequest
public StartWorkflowInstancesRequest()
-
-
Method Details
-
builder
-
getWorkflowDefinitionId
Required. The ID of the workflow definition. -
getBusinessItemIds
The list of IDs for the business items. -
getBusinessItemType
The resource type of the passed in business items. -
getFormProperties
The properties of the workflow. -
getGuestUserId
Deprecated.This field will be removed without a replacement.The ID of the guest user starting the workflow. -
isSendNotification
public boolean isSendNotification()Whether notification on starting the workflows should be sent. -
setWorkflowDefinitionId
Required. The ID of the workflow definition. -
setBusinessItemIds
The list of IDs for the business items. -
setBusinessItemType
The resource type of the passed in business items. -
setFormProperties
The properties of the workflow. -
setGuestUserId
Deprecated.This field will be removed without a replacement.The ID of the guest user starting the workflow. -
setSendNotification
public void setSendNotification(boolean sendNotification) Whether notification on starting the workflows should be sent. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-