Constructors

Properties

context?: Context<any>
definition?: BPMNDefinition
process?: BPMNProcess
target: any

Methods

  • The build function is a static method that returns a new instance of the WorkflowJS class

    Parameters

    • Optional exec: Partial<Execute>

      This is the object that contains the parameters that will be passed to the workflow.

    Returns WorkflowJS

    A new instance of the WorkflowJS class.

Generated using TypeDoc