Waiting for engine...
Skip to main content

ExecutionHistoryInput

Input to the process execution history graphql query.

input ExecutionHistoryInput {
processId: ID
fromExecutionTime: DateTime
toExecutionTime: DateTime
status: ExecutionHistoryStatus
numberOfResults: Int
}

Fields

ExecutionHistoryInput.processId ● ID scalar miscellaneous

Indicates processId.

ExecutionHistoryInput.fromExecutionTime ● DateTime scalar platform

Indicates the start of the execution time range.

ExecutionHistoryInput.toExecutionTime ● DateTime scalar platform

Indicates the end of the execution time range.

ExecutionHistoryInput.status ● ExecutionHistoryStatus enum catalog-service

Indicates execution history status : Input values - ABORTED | COMPLETE | COMPLETE_WARN | DISCARDED | ERROR | INPROCESS | STARTED.

ExecutionHistoryInput.numberOfResults ● Int scalar miscellaneous

Indicates the number of records to return to the user (Multiples of of 100).

Member Of

executionHistory query

On this Page