Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Initiates a new instance by specified arguments.

WorkItem WorkItem.Initiate(inputData: object, process: string, options: InitiateOptions)

Arguments

object inputData
to pass initiated process
string process
name
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 }

  • No labels