Skip to main content

Execute work item

UiPath.Bizagi.Activities.BizagiExecuteWorkItem

Executes a work item for a given case.

Properties

Input

  • CaseNumber (String) -The case number representing a currently running process.
  • JsonParameters (String) - A list of input parameters for the given case as a comma-separated list of JSON objects. For example:
    {
    "xpath": "Name",
    "value": "Alex"
    },
    {
    "xpath": "Email",
    "value": "alex@example.com"
    },
    {
    "xpath": "Phone",
    "value": "1008675309"
    },
    {
    "xpath": "Birthday",
    "type": "DateTime",
    "value": "2019-02-06T00:00:00-00:00"
    }
  • ProcessName (String) - The name of the executed BPM process.
  • WorkItemNumber (String) - The ID of a specific work item.

Misc

  • Private (Boolean) - If selected, the values of variables and arguments are no longer logged at Verbose level.