INPUT_OBJECT
CreateProcessActivityLogInput
link GraphQL Schema definition
- input CreateProcessActivityLogInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the actor.
- : ID
- # Id of the application.
- : ID!
- # Total CPU time consumed by the run, in seconds.
- : Float
- # Timestamp the run finished. Empty while the run is still in progress (e.g.
- # waiting on scheduled actions).
- : DateTime
- # True when the run was triggered as a test (results are not persisted to
- # records).
- : Boolean
- # Ids of parent processes that triggered this run, ordered from outermost to
- # innermost. Empty for top-level runs.
- : JSONString
- # Id of the process.
- : ID!
- # Identifier grouping all activity logs that share the same root process run,
- # including chained sub-process runs.
- : ID
- # Timestamp the run started.
- : DateTime!
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum!
- }