INPUT_OBJECT
CreateApprovalProcessActivityLogLineInput
link GraphQL Schema definition
- input CreateApprovalProcessActivityLogLineInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the approval.
- : ID!
- # Typed JSON payload describing the approval step (e.g. approver decisions,
- # comments).
- : JSONString!
- # 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
- # Position of the line within its approval run.
- : Int!
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- }