Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / ExecutionEventEnum

Enumeration: ExecutionEventEnum

Defined in: packages/fireflow-types/src/flow/execution-events.ts:15

Enumeration Members

CHILD_EXECUTION_COMPLETED

CHILD_EXECUTION_COMPLETED: "child:completed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:48


CHILD_EXECUTION_FAILED

CHILD_EXECUTION_FAILED: "child:failed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:49


CHILD_EXECUTION_SPAWNED

CHILD_EXECUTION_SPAWNED: "child:spawned"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:47


CLUSTER_COMPLETED

CLUSTER_COMPLETED: "cluster:completed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:43


CLUSTER_FAILED

CLUSTER_FAILED: "cluster:failed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:44


CLUSTER_STARTED

CLUSTER_STARTED: "cluster:started"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:42


DEBUG_BREAKPOINT_HIT

DEBUG_BREAKPOINT_HIT: "debug:breakpoint-hit"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:55


EDGE_TRANSFER_COMPLETED

EDGE_TRANSFER_COMPLETED: "edge:transfer-completed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:38


EDGE_TRANSFER_FAILED

EDGE_TRANSFER_FAILED: "edge:transfer-failed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:39


EDGE_TRANSFER_STARTED

EDGE_TRANSFER_STARTED: "edge:transfer-started"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:37


EXECUTION_CREATED

EXECUTION_CREATED: "execution:created"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:17


FLOW_CANCELLED

FLOW_CANCELLED: "flow:cancelled"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:24


FLOW_COMPLETED

FLOW_COMPLETED: "flow:completed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:22


FLOW_FAILED

FLOW_FAILED: "flow:failed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:23


FLOW_PAUSED

FLOW_PAUSED: "flow:paused"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:25


FLOW_RESUMED

FLOW_RESUMED: "flow:resumed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:26


FLOW_STARTED

FLOW_STARTED: "flow:started"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:21


FLOW_SUBSCRIBED

FLOW_SUBSCRIBED: "flow:subscribed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:20


NODE_COMPLETED

NODE_COMPLETED: "node:completed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:30


NODE_DEBUG_LOG_STRING

NODE_DEBUG_LOG_STRING: "node:debug-log-string"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:34


NODE_FAILED

NODE_FAILED: "node:failed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:31


NODE_SKIPPED

NODE_SKIPPED: "node:skipped"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:32


NODE_STARTED

NODE_STARTED: "node:started"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:29


NODE_STATUS_CHANGED

NODE_STATUS_CHANGED: "node:status-changed"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:33


STREAM_PUBLISHED

STREAM_PUBLISHED: "stream:published"

Defined in: packages/fireflow-types/src/flow/execution-events.ts:52

Licensed under BUSL-1.1