Create an Adhoc Task

post

/process/api/v1/tasks

Create an adhoc task.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : UpdateMembers
Type: object
Show Source
  • Example: addMembers(to add the list of members), updateMembers(to update the list of members), deleteAllMembers(to delete all the members), deleteMembers(to delete the list of members)
  • items
  • Default Value: always
    Allowed Values: [ "always", "never", "upgradeOnly", "downgradeOnly", "upgradeonly", "downgradeonly" ]
    Example: always(always add the member's permission), never (skips updating the already present members in list, updates the others), downgradeOnly (update permission if the existing permission is higher than specified), upgradeOnly (update permission if the existing permission is lower than specified)
Nested Schema : assignees
Type: object
Assignees for the task.
Show Source
Nested Schema : joinAsMember
Type: object
Join as member at the time of adhoc task creation
Show Source
Nested Schema : outcomes
Type: array
Show Source
Nested Schema : payload
Type: object
Additional Properties Allowed
Show Source
Nested Schema : tags
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Member
Type: object
Show Source
Nested Schema : identities
Type: array
Only the ID of identity is considered and not the name.
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source
Nested Schema : additionalProperties
Type: object
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : Task
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : Task-allOf[1]
Type: object
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : taskActions
Type: object
Show Source
Nested Schema : candidateGroups
Type: array
Show Source
Nested Schema : candidateUsers
Type: array
Show Source
Nested Schema : UserOrAppClient
Match All
Show Source
Nested Schema : ParentTaskDetail
Type: object
Show Source
Nested Schema : Reason
Type: object
Show Source
Nested Schema : tags
Type: array
Show Source
Nested Schema : TaskTotalResultsGrouped
Type: object
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : custom
Type: array
Show Source
Nested Schema : system
Type: array
Show Source
Nested Schema : taskAction
Type: object
Show Source
Nested Schema : GroupAndRole
Match All
Show Source
Nested Schema : Discriminator: type
Type: object
Show Source
Nested Schema : Discriminator: type
Type: object
Show Source
Nested Schema : candidateGroups
Type: array
Show Source
Nested Schema : candidateUsers
Type: array
Show Source
Examples

400 Response

Bad request - invalid input

401 Response

Unauthorized

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top