INPUT_OBJECT

CreateOnlineFormActivityLogLineInput

link GraphQL Schema definition

  • input CreateOnlineFormActivityLogLineInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Timestamp the step represented by this line was executed. Empty for scheduled
  • # steps that have not yet run.
  • executedAt: DateTime
  • # True when the line is shown in the activity log UI; false for internal-only
  • # lines.
  • isVisible: Boolean
  • # Id of the submission.
  • onlineFormId: ID!
  • # Position of the line within its log run.
  • sortOrder: Int!
  • # Field whose values are strictly defined with an enumeration of values.
  • status: ProcessStatusEnum
  • }

link Require by