Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 845 Bytes

WorkflowRun.md

File metadata and controls

19 lines (14 loc) · 845 Bytes

Zuora.Model.WorkflowRun

Properties

Name Type Description Notes
id int The unique ID of an active version. [optional]
type string The type of the active version. Currently the only valid value is `Workflow::Setup`. [optional]
state string The status of an active version. [optional]
original_workflow_id int Identifier of the original Workflow version. [optional]
name string The name of the workflow definition. [optional]
created_time DateTime [optional]
updated_time DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]