Module: Zenaton::Concerns::Workflow

Extended by:
ActiveSupport::Concern
Included in:
Services::GraphQL::CreateWorkflowScheduleMutation, Services::GraphQL::DispatchWorkflowMutation
Defined in:
lib/zenaton/concerns/workflow.rb

Overview

Utility methods for classes that interact with workflows Requires an instance variable @workflow to work

Constant Summary collapse

MAX_ID_SIZE =

Maximum length for custom ids

256