INPUT_OBJECT
CreateOrUpdateOnlineFormActivityLogLineInput
link GraphQL Schema definition
- input CreateOrUpdateOnlineFormActivityLogLineInput {
- : 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 submission.
- : ID
- # Position of the line within its log run.
- : Int
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessStatusEnum
- }