X4 Produktdokumentation

Task Management

This adapter provides interface-based access to human tasks in Business Processes (.bpm) using Technical Processes (.wrf). It provides an interface that makes modeled tasks and human interaction available at the process level. This enables the connection of customer-specific Web Apps to processes that are modeled with BPMN or the direct connection of any third-party systems to the central process control of the X4 BPMS.

Notes:

  • To access the adapter, the logged-in user is used in X4 Web Apps.

  • For documentation of the REST interface, see http://localhost:8080/X4/X4Api/.

  • If you want to use the WriteTaskDataObject and GetTaskDataObject operations, you must set up the Data Object function for your X4 BPMS. For more information, see Data Objects .

Properties

Operation

Describes which operation the adapter performs.

For more information on the parameters, status values, inputs, and outputs of each operation, see the corresponding subpages.

Possible values:

  • GetAllTasks: Returns all tasks for the logged-in user or group.

  • GetTask: Returns a task for the logged-in user.

  • EditTask: Locks the task for other users and updates properties.

  • CloseTask: Completes a task with a case state and continues the process.

  • DeclineTask: Rejects a task and returns it to the owner.

  • ForwardTask: Passes a task to a person or group.

  • CancelTask: Cancels processing of the task and releases it to other users.

  • ResubmitTask: Sets the task to be resubmitted.

  • WriteTaskDataObject: Defines new contents for a specific data object of a human task.

  • GetTaskDataObject: Returns the content of a data object for a human task.