Action Link Input

The desired execution status of an action link.
Root XML tag
<actionLink>
JSON example
{  "status" : "SuccessfulStatus"  }
Properties
Name Type Description Required or Optional Available Version
status String The current status of the action. Values are:
  • FailedStatus—The action link execution failed.
  • NewStatus—The action link is ready to be executed. Available for Download and Ui action links only.
  • PendingStatus—The action link is executing. Choosing this value triggers the API call for Api and ApiAsync action links.
  • SuccessfulStatus—The action link executed successfully.
Required 33.0