Skip to main content

Interface: IExecuteMultiOperationRequest

workflowservice.v1.IExecuteMultiOperationRequest

Properties of an ExecuteMultiOperationRequest.

Hierarchy

Properties

namespace

Optional namespace: null | string

ExecuteMultiOperationRequest namespace

Inherited from

$Properties.namespace


operations

Optional operations: null | $Properties[]

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.

Inherited from

$Properties.operations


resourceId

Optional resourceId: null | string

Resource ID for routing. Should match operations[0].start_workflow.workflow_id

Inherited from

$Properties.resourceId