Skip to main content

Interface: IDescribeBatchOperationResponse

workflowservice.v1.IDescribeBatchOperationResponse

Properties of a DescribeBatchOperationResponse.

Hierarchy

Properties

closeTime

Optional closeTime: null | $Properties

Batch operation close time

Inherited from

$Properties.closeTime


completeOperationCount

Optional completeOperationCount: null | Long

Complete operation count

Inherited from

$Properties.completeOperationCount


executions

Optional executions: null | $Properties[]

Executions is the list of workflow OR standalone activity executions to apply the batch operation

Inherited from

$Properties.executions


failureOperationCount

Optional failureOperationCount: null | Long

Failure operation count

Inherited from

$Properties.failureOperationCount


identity

Optional identity: null | string

Identity indicates the operator identity

Inherited from

$Properties.identity


jobId

Optional jobId: null | string

Batch job ID

Inherited from

$Properties.jobId


operationType

Optional operationType: null | BatchOperationType

Batch operation type

Inherited from

$Properties.operationType


query

Optional query: null | string

Query is the visibility query that defines the group of workflow to apply the batch operation

Inherited from

$Properties.query


reason

Optional reason: null | string

Reason indicates the reason to stop a operation

Inherited from

$Properties.reason


startTime

Optional startTime: null | $Properties

Batch operation start time

Inherited from

$Properties.startTime


state

Optional state: null | BatchOperationState

Batch operation state

Inherited from

$Properties.state


totalOperationCount

Optional totalOperationCount: null | Long

Total operation count

Inherited from

$Properties.totalOperationCount