Class CompleteWorkflowTasksRequest.Builder
Object
Builder
- Enclosing class:
CompleteWorkflowTasksRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.formProperties(Map<String, String> formProperties) Deprecated.This field will be removed.guestUserId(UUID guestUserId) Deprecated.This field will be removed without a replacement.taskFormProperties(Map<String, ?> taskFormProperties) The form properties for the workflow tasks to be completed.Required. The list of IDs for the tasks that should be completed.toString()
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useCompleteWorkflowTasksRequest.builder()Clone method for this Builder. -
taskIds
Required. The list of IDs for the tasks that should be completed.- Returns:
this.
-
formProperties
@Deprecated public CompleteWorkflowTasksRequest.Builder formProperties(Map<String, String> formProperties) Deprecated.This field will be removed. Please, useCompleteWorkflowTasksRequest.taskFormPropertiesThe form properties for the workflow tasks to be completed. It allows users to complete workflow tasks using regular forms. This field's value will be ignored if the taskFormProperties field is populated.- Returns:
this.
-
taskFormProperties
The form properties for the workflow tasks to be completed. It allows users to complete workflow tasks using either regular forms or external json form definitions.- Returns:
this.
-
guestUserId
Deprecated.This field will be removed without a replacement.The ID of the guest user.- Returns:
this.
-
build
-
toString
-