Description Property in Workflows
Overview
We have added a new string property to Workflows, Workflow Actions, and Workflow Action Groups. This property is intended to allow a textual description of the element to be added, to aid others in understanding the use of the element. The description is then returned by any endpoint returning the respective details.
Who will this affect?
This change will affect users who create, edit or read Workflows, Workflow Actions or Workflow Action Groups directly from the API.
Details
The following endpoints have had the property added to their respective request models:
POST api/workflow PUT api/workflow/{code} POST api/workflow/{code}/action PUT api/workflow/{code}/action/{id} PUT api/workflow-action-group/{code} POST api/workflow-action-group POST api/workflow-action-group/{code}/action PUT api/workflow-action-group/{code}/action/{id}
The following response models also had a description property added to them:
WorkflowActionWebModel WorkflowWebModel WorkflowActionGroupWebModel
In all of these instances, the description
property is an optional string property with a maximum allowable length of 1024 characters.
Expected Release Date
9th December 2021