Create or update a TaskStatus entry in WzpUserTask
Namespace: Scanjour.Workflow4.ActivityLibrary.UserTasks
Assembly: Scanjour.Workflow4.ActivityLibrary_23.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string CreateOrUpdateTaskStatus( ActivityContext context, string identity, string taskAction, InfoEnum info, string[] arguments, TaskState taskState )
Parameters
- context
- Type: System.ActivitiesActivityContext
The execution context. - identity
- Type: SystemString
The identity of the task status (if update) or null (create) - taskAction
- Type: SystemString
The task action - info
- Type: Scanjour.Workflow4.BaseInfoEnum
The info message enumerate - arguments
- Type: SystemString
The arguments for the info message - taskState
- Type: Scanjour.Workflow4.BaseTaskState
The task state
Return Value
Type: StringThe identity
See Also