ProcessInstanceInfo
Process Instance
type ProcessInstanceInfo {
id: String!
startTime: DateTime
endTime: DateTime
state: String
}
Fields
id ● String! non-null scalar
id
startTime ● DateTime scalar
Start time of the process instance
endTime ● DateTime scalar
End time of the process instance
state ● String scalar
Current state of the process instance