Interface: IExecuteMultiOperationRequest
workflowservice.v1.IExecuteMultiOperationRequest
Properties of an ExecuteMultiOperationRequest.
Implemented by
Properties
namespace
• Optional namespace: null | string
ExecuteMultiOperationRequest namespace
operations
• Optional operations: null | IOperation[]
List of operations to execute within a single workflow.
Preconditions:
- The list of operations must not be empty.
- The workflow ids must match across operations.
- The only valid list of operations at this time is [StartWorkflow, UpdateWorkflow], in this order.
Note that additional operation-specific restrictions have to be considered.