Changeset 0.37.15 (#227)
This commit is contained in:
@@ -510,6 +510,9 @@ type ChannelStore interface {
|
||||
// CompleteWorkflow sets workflow_status='completed' and ai_mode='off'.
|
||||
CompleteWorkflow(ctx context.Context, channelID string, finalStage int, stageData json.RawMessage) error
|
||||
|
||||
// CancelWorkflow sets workflow_status='cancelled' and ai_mode='off'. (v0.37.15)
|
||||
CancelWorkflow(ctx context.Context, channelID string) error
|
||||
|
||||
// RejectWorkflowToStage resets current_stage (no stage_data change).
|
||||
RejectWorkflowToStage(ctx context.Context, channelID string, stage int) error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user