Help Center> Object Storage Service> SDK Reference> Python> Data Types> Response Result of the Request for Querying the Workflow Instance List

Response Result of the Request for Querying the Workflow Instance List

Namespace

obs.ListWorkflowExecutionResponse

Parameter Description

Field

Type

Description

count

int

Specifies the number of running instances that meet the query requirements.

nextMarker

str

Marks the last workflow instance in the returned list, If not all instances are returned. In subsequent requests, you can set Marker to the value of this parameter to list the remaining workflow instances.

If isTruncated is set to false, this field is not returned.

isTruncated

bool

Indicates whether the returned list is truncated. true: Not all results are returned. false: All results have been returned.

executions

Array ExecutionDetail JSON structure. For details, see Structures.

Instance information list