Service
ProposalService
Dependencies
The status of various entities in a workflow. The entity can be a workflow, a workflow step, or a workflow action.
- Namespace
-
https://www.google.com/apis/ads/publisher/v201902
Enumeration | Description |
---|---|
CANCELED
|
When a Proposal is retracted the associated workflow is canceled. Including the steps, rules and actions. |
COMPLETED
|
The entity is in a completed state. If the entity is a workflow, it means that all steps have been completed. If the entity is a step, it means all actions in the step have been completed. If the entity is a workflow action, it means it has been done. |
FAILED
|
The entity is in a failed state. If the entity is a workflow, it means that some step has failed. If the entity is a step, it means some actions in the step have failed. If the entity is a workflow action, it means it has failed. |
IN_PROGRESS
|
The entity is in progress. If the entity is a workflow, it means that some steps have yet to be started. If the entity is a step, it means some actions in the step are still in a pending state. If the entity is a workflow action, it means the action is ongoing. |
INACTIVE
|
The entity has not been started. If the entity is a step, it has not been started by the workflow execution process If the entity is a workflow action, it means that the step has not been triggered. |
SKIPPED
|
The action is skipped because the Proposal and/or proposal line items do not trigger the conditions for the step. This value is only for actions. |
INACTIVE_BUT_TRIGGERED
|
The action is triggered because the Proposal and/or proposal line items trigger the conditions for the step, but the step itself has not started yet. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |