WorkflowConfiguration

Workflow configuration details

This page contains

    Fields

    id: ID

    Unique identifier

    workflow: String!

    Workflow type (e.g. CREATE_PRODUCT, UPDATE_PRICE)

    primary: Boolean!

    Indicates if this is the primary workflow

    initialState: String!

    Initial state of the workflow

    states: [WorkflowState!]!

    List of workflow states

    createdAt: DateTime

    Creation timestamp

    updatedAt: DateTime

    Last updated timestamp

    Parent objects of WorkflowConfiguration

    WorkflowConfigurationConnection

    Queries for WorkflowConfiguration

    workflowConfiguration PREVIEW

    Get workflow configuration by workflow id

    workflowConfigurations PREVIEW

    Get all workflow configurations