INPUT_OBJECT
UpdateProcessActivityLogLineInput
link GraphQL Schema definition
- input UpdateProcessActivityLogLineInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Timestamp the step represented by this line was executed. Empty for scheduled
- # steps that have not yet run.
- : DateTime
- # True when the line is shown in the activity log UI; false for internal-only
- # lines.
- : Boolean
- # Id of the activity log.
- : ID
- # Position of the line within its log run.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- }