refactor(workflow): move descriptor validation out of runtime #135
Reference in New Issue
Block a user
Delete Branch "refactor/runtime-descriptor-boundary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
validateWorkflowDescriptorimplementation from@uncaged/workflow-runtimeto@uncaged/workflowso runtime only exposes bundle runtime primitives.packages/workflow-runtime/src/bundle/workflow-descriptor.ts.packages/workflow/src/bundle/workflow-descriptor.ts.Breaking change
@uncaged/workflow-runtimeno longer exportsvalidateWorkflowDescriptor.validateWorkflowDescriptorfrom@uncaged/workflowinstead.Test plan
bun run check