For the complete documentation index, see llms.txt. This page is also available as Markdown.

Module: work_item_script

WorkflowScriptingContext

Attributes:

Datatype
Name
Description
Read-only

WorkflowInstanceDetails

instanceDetails

Details zur aktuellen Workflow-Instanz

Yes

Map<string,object>

availableInput

Verfügbare Eingabedaten

No

ScriptingServiceList

services

Services

Yes

Map<string,object>

parameters

Parameter zur Verwendung im Skript

No

WorkItemScriptAction

Führt die gewünschten Aktionen des Workflow-Elements aus

Datatype
Name
Description
Required

WorkflowScriptingContext

ctx

Workflow-Skript-Kontext

Yes

WorkItemScriptGuard

Definiert, ob die Skript-Methode "action" ausgeführt werden soll

Return type: boolean

Datatype
Name
Description
Required

WorkflowScriptingContext

ctx

Workflow-Skript-Kontext

Yes

WorkItemScriptPrepare

Variablen für die C-Unit-Queries füllen. Wird vor "guard" und "action" ausgeführt

Datatype
Name
Description
Required

WorkflowScriptingContext

ctx

Workflow-Skript-Kontext

Yes

Instance: workItem

Description

Ausführung von Aktionen innerhalb eines Workflows

Methods

setPrepare

Setter für Callback "prepare"

Datatype
Name
Description
Required

WorkItemScriptPrepare

callback

Callback "prepare"

Yes

setGuard

Setter für Callback "guard"

Datatype
Name
Description
Required

WorkItemScriptGuard

callback

Callback "guard"

Yes

setAction

Setter für Callback "action"

Datatype
Name
Description
Required

WorkItemScriptAction

callback

Callback "action"

Yes

Last updated

Was this helpful?