Package | Description |
---|---|
com.veeva.vault.sdk.api.workflow |
This package provides interfaces to create custom actions for workflows and update entities within workflow processing.
|
Class and Description |
---|
AvailableWorkflowMetadata
Holds basic metadata of an available workflow.
|
AvailableWorkflowMetadataCollectionRequest
Request to retrieve a list of
AvailableWorkflowMetadata for the given list of documents or record ids. |
AvailableWorkflowMetadataCollectionRequest.Builder |
AvailableWorkflowMetadataCollectionResponse
Holds a list of
AvailableWorkflowMetadata . |
RecordWorkflowActionContext
Contains contextual information about an active workflow during execution.
|
RecordWorkflowActionTaskContext
Provides methods to update and retrieve information for tasks of an active workflow.
|
WorkflowActionError
Represents an error encountered during a workflow action such as an
WorkflowCancelOperation . |
WorkflowActionResponse
Contains methods to retrieve information about the workflow action.
|
WorkflowCancelOperation
A sequence of instructions that can be chained together, building a workflow cancel execution operation
that can be executed with
WorkflowCancelOperation.execute() . |
WorkflowCancelRequest
A workflow cancel request containing an active workflow instance and cancellation comment, if required.
|
WorkflowCancelRequest.Builder
Builds a
WorkflowCancelRequest . |
WorkflowConfiguration
Represents the configured workflow definition.
|
WorkflowEvent
Events surrounding workflow execution.
|
WorkflowInputValueType
Type of data supported by
WorkflowParameterMetadata . |
WorkflowInstance
Represents a runtime instance of a workflow.
|
WorkflowInstanceCollectionRequest
Request to retrieve a list of
WorkflowInstance for the given
list of document or record or workflow ids. |
WorkflowInstanceCollectionRequest.Builder |
WorkflowInstanceCollectionResponse
Holds a list of
WorkflowInstance . |
WorkflowInstanceRequest
Returns a
WorkflowInstance once a request is given for a workflow ID. |
WorkflowInstanceRequest.Builder |
WorkflowItem
Represents an item that a workflow is executing on.
|
WorkflowItemsResponse
Response from a call to
WorkflowInstanceService.getWorkflowItems(String) |
WorkflowItemType
Types of items a workflow can execute on.
|
WorkflowParameterMetadata
Holds the info for a parameter metadata needed to interact with the workflow.
|
WorkflowParticipantGroup
Provides methods to retrieve information for a participant group of an active workflow.
|
WorkflowParticipantGroupResponse
Response from a call to
WorkflowInstanceService.getWorkflowParticipantGroups(String) |
WorkflowParticipantGroupUpdate
Sets the information needed to perform updates for a
WorkflowParticipantGroup of an active workflow. |
WorkflowParticipantInputParameter
Container for a Workflow participant input parameter.
|
WorkflowParticipantInputParameter.Builder |
WorkflowStartInstanceError
Represents an error encountered during a
WorkflowStartInstanceOperation . |
WorkflowStartInstanceOperation
A sequence of instructions that can be chained together, building a workflow start execution operation
that can be executed with
WorkflowStartInstanceOperation.execute() . |
WorkflowStartInstanceRequest
Request to start a workflow with the given workflow name and list of documents or record ids and input parameters.
|
WorkflowStartInstanceRequest.Builder |
WorkflowStartInstanceResponse
Contains methods to retrieve information about the result of the workflow start action.
|
WorkflowStartMetadataRequest
Request to get metadata to start a workflow with the given workflow name and list of documents or record ids.
|
WorkflowStartMetadataRequest.Builder |
WorkflowStartMetadataResponse
Holds the basic info for the specified workflow and the list of
WorkflowStartStepMetadata needed to start the workflow. |
WorkflowStartStepMetadata
Holds the basic info of the Start Step metadata and a list of
WorkflowParameterMetadata . |
WorkflowStartStepType
Start step types.
|
WorkflowStepType
Types of steps that can exist in a workflow.
|
WorkflowTaskChange
Represents a workflow task that is bring modified.
|
WorkflowTaskConfiguration
Contains information about the workflow task step configuration.
|
WorkflowTaskInstance
Represents a workflow task instance created from execution of a task step.
|
WorkflowTaskQueryParameters
Provides a mechanism to filter workflow task instances.
|
WorkflowTaskStatus
Statuses a workflow task instance can be in.
|
WorkflowType
Types of workflows supported
|
Copyright © Veeva Systems 2017–2023. All rights reserved.