X4 Produktdokumentation

Operation: ResubmitTask

With the ResubmitTask operation of the Task Management adapter, you set a task to be resubmitted.

For more information on other operations of the Task Management adapter, see Task Management.

Parameters

limit

🔷

This parameter is optional. If the parameter is not set, all tasks are output.

Page size for retrieving the task list

Possible values:

Any number > 0

offset

🔷

This parameter is optional. If the parameter is not set, all tasks are output.

Offset for retrieving the task list

Possible values:

Any number > 0

state

✳️

This parameter is required.

State filter for retrieving the task list

Possible values:

  • OPEN: Open tasks

  • IN_PROGRESS: Tasks in progress

  • CLOSED: Closed tasks

taskUuid

UUID of the task

Note:

You can identify the UUID of a task by executing the GetAllTasks operation. For more information, see Operation: GetAllTasks.

Possible values:

Valid UUID, such as 443c498a-5868-4110-891f-42e5cb8fc24e

userForDebugging

User to be used for debugging when there is no login in X4 Web Apps

Possible values:

Valid user login, e.g. admin

dataformatVersion

Version of the data format used

Possible values:

  • 1.0: Data format used up to version 7.0

  • 2.0: Data format used as of version 7.0, see input examples

Status values

1

The operation was executed successfully.

-1

The operation failed due to a technical error.