You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
steps [object]
One or more steps required to complete an exchange on the workflow. The steps object MUST be an object of the following form:
stepName [object]
The name of the step. The stepName object MUST be an object of the following form:
step [object]
Object containing information about a workflow step. The step object MUST be either an object of the following form:
While I understand what it's meant to represent, the way it's modeled is confusing such as the description of the stepName being the name of the step while being an object.
@PatStLouis noted his comment above as a concern. @dlongley noted that "steps" is an object where they keys are the name of the steps. Lots of discussion, but end result was to modify the text and possibly the code to ensure that the output is easier to read.
Following #409, we want to create a workflowConfig object to re-use across calls
The text was updated successfully, but these errors were encountered: