Class: WorkflowState

WorkflowState#WorkflowState(idopt, nameopt, storiesopt)

new WorkflowState(idopt, nameopt, storiesopt)

Creates a new WorkflowState instance.

Parameters:
Name Type Attributes Default Description
id number <optional>
0

The unique identifier for the workflow state

name string <optional>
""

The name of the workflow state

stories Array.<Story> <optional>
[]

The stories associated with this workflow state

Source: