Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Initiates a new instance by specified arguments.

WorkItem $Domain.Initiate(inputData: any, process: string)

Initiates a new instance by specified arguments.

WorkItem $Domain.Initiate(inputData: ( string | Xml ), process: string, options: InitiateOptions)

Arguments

any inputData
string process
of initiate

Types

InitiateOptions

{ // Culture of initiated workflow Culture : string // Initiator identity of process Initiator : string // Id or name of task to initiate Task : string // Test mode status of initiated workflow. TestMode : boolean // Version of process to initiate Version : string }