Type alias TestWorkflowInput

TestWorkflowInput: { endpointUrl: Scalars["String"]; environmentId?: InputMaybe<Scalars["UUID"]>; hookEventType: EventLogType }

Trigger workflow with test event input

Type declaration

  • endpointUrl: Scalars["String"]

    Workflow trigger endpoint

  • Optional environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

  • hookEventType: EventLogType

    The event type to trigger the workflow on