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

Processes the specified work item by specified parameters.

WorkItem $Domain.ProcessWorkItem(id: string, selectedAction: string)

Processes the specified work item by specified parameters.

WorkItem $Domain.ProcessWorkItem(id: string, selectedAction: string, async: boolean)

Processes the specified work item by specified parameters.

WorkItem $Domain.ProcessWorkItem(id: string, selectedAction: string, async: boolean, completedBy: Identity)

Arguments

string id
of work item
string selectedAction
of work item
boolean async
flag of processing
Identity completedBy
identity
  • No labels