latestOpenAPI 3.0.32026-08-109359194.9 KB

112399a67ebb

Workflow

List of Timed Events for Submission Id

Get a list of all timed events that have been queued for a submission Id

Authorization Required:

  • See Submission Access (Submission Access)
get/workflows/{workflowPath}/timedEvents/{submissionId}

Path parameters

workflowPathstring required

Unique workflow path

submissionIdstring required

ID of workflow submission to retrieve

Query parameters

status'ACTIVE' | 'CANCELLED' | 'EXECUTED' | 'EXECUTION_FAILED' | 'SLA_TRACKING_ERROR'

Status of timed event action

actionType'message' | 'changePath'

Type of action

timedEventNodestring

Path of timed event node the action is part of

Response

List of timed event actions

startTimestring date-time

Date-Time the timed event action was queued

endTimestring date-time

Date-Time the timed event action was completed

executionTimestring date-time

Date-Time the timed event action is set to be exectued

labelstring

The label of the timed event action, if provided

statusstring

The current status of the timed event action (ACTIVE, CANCELLED, EXECUTED, EXECUTION_FAILED, SLA_TRACKING_ERROR)

actionTypestring

The type of the action (message, changePath)

timedEventNodestring

Path of the timed event node the action is part of

parentNodestring

The Task or Subprocess node that triggered the action to be queued

totalDurationSecondsinteger

The calculated duration to wait before executing the action, in seconds