Get Process Activity Instance

get

/process/api/v1/audit/instances/{instanceId}/activities/{activityInstanceId}

Retrieves the details for a specific activity instance that has been executed as part of a process.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : AuditActivityInstance
The information for a process activity
Match All
The information for a process activity
The information for a process activity
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : AuditActivityInstance-allOf[1]
Type: object
Show Source
Nested Schema : ActivityTypeDetail
Type: object
Show Source
Nested Schema : AuditAlterFlowDetail
Type: object
Show Source
Nested Schema : AuditUser
Match All
Show Source
Nested Schema : CallActivityDetail
Type: object
Show Source
Nested Schema : incidents
Type: array
The list of incidents i.e. exceptions or errors that have occurred for this activity.
Show Source
Nested Schema : inputPayload
Type: array
The data object value that is passed into the activity.
Show Source
Nested Schema : MultiInstanceActivity
Type: object
Show Source
Nested Schema : MultiInstanceTask
Type: object
Show Source
Nested Schema : NotificationTaskDetail
Type: object
Show Source
Nested Schema : outputPayload
Type: array
The data object value that is at the completion of the activity. For an active activity.
Show Source
Nested Schema : ServiceTaskActivity
Type: object
Show Source
Nested Schema : StartEventDetail
Type: object
Show Source
  • Allowed Values: [ "NONE_START", "FORM_START", "MESSAGE_START", "ERROR_START" ]
    The type of start activity is shown here i.e. NONE_START, FORM_START or MESSAGE_START
Nested Schema : SubProcessTask
Type: object
Show Source
  • The name for the multi instance task - taken from the User Task
  • Allowed Values: [ "DEFAULT", "ERROR_SUBPROCESS" ]
    The type of subprocess activity is shown here i.e., DEFAULT or ERROR_SUBPROCESS
Nested Schema : TimerActivityDetail
Type: object
Show Source
Nested Schema : AuditTask
Match All
Show Source
Nested Schema : AuditIncident
Type: object
Show Source
Nested Schema : ActivityPayloadInstance
Type: object
Show Source
Nested Schema : assignees
Type: array
The list of assignees for the multi-instance task.
Show Source
Nested Schema : initialAssignees
Type: array
The initial list of assignees. This can vary from the assignees list during the life of a task
Show Source
Nested Schema : MultiInstanceAssignee
Match All
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 : MultiInstanceAssignee-allOf[1]
Type: object
Show Source
Nested Schema : AuditTask-allOf[1]
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 : AuditTaskEvent
Type: object
Show Source
Nested Schema : AuditGroup
Match All
Show Source
Nested Schema : AuditGroup-allOf[1]
Type: object
Nested Schema : Discriminator: type
Type: object
Show Source
Nested Schema : candidateGroups
Type: array
Show Source
Nested Schema : candidateUsers
Type: array
Show Source
Nested Schema : properties
Type: array
Show Source
Nested Schema : AuditEventProperty
Type: object
Show Source
Nested Schema : value
Type: object
The value of the property
Show Source
Nested Schema : AuditUser-allOf[1]
Type: object
Examples

401 Response

Unauthorized

404 Response

The Activity with the given IDs does not exist

429 Response

Too Many Requests

500 Response

internal server error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top