Create Workflow Form action (#10509)

- create form action
- add `pendingEvent` to executor output
- when receiving pendingEvent, exit workflow execution
- let the workflow in running status for now before taking a decision
This commit is contained in:
Thomas Trompette
2025-02-26 15:15:39 +01:00
committed by GitHub
parent 1af25bf31d
commit b705425358
12 changed files with 102 additions and 10 deletions

View File

@ -33,7 +33,6 @@ import {
const TRIGGER_STEP_ID = 'trigger';
const BASE_STEP_DEFINITION: BaseWorkflowActionSettings = {
input: {},
outputSchema: {},
errorHandlingOptions: {
continueOnFailure: {