Documentation
¶
Index ¶
- func AbortWorkflow(ctx context.Context, pool *pgxpool.Pool, objectID, requestedBy, reason string) error
- func CancelWorkflow(ctx context.Context, pool *pgxpool.Pool, objectID, requestedBy, reason string) error
- func ConnectDB(ctx context.Context, config DBConfig) (*pgxpool.Pool, error)
- func CreateEngineFromDB(ctx context.Context, pool *pgxpool.Pool) (*floxy.Engine, error)
- func NewRootCommand(version, commit string) *cobra.Command
- func ReadPassword() (string, error)
- func RunWorkflow(ctx context.Context, yamlFile, inputFile string, config Config) error
- func StartWorkflow(ctx context.Context, pool *pgxpool.Pool, workflowID, inputFile string) error
- type Config
- type DBConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbortWorkflow ¶ added in v1.5.0
func CancelWorkflow ¶ added in v1.5.0
func CreateEngineFromDB ¶ added in v1.5.0
func NewRootCommand ¶
func ReadPassword ¶ added in v1.5.0
func RunWorkflow ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.