Feature/vdx 143 workflow openapi#3
Open
sanderPostma wants to merge 18 commits into
Open
Conversation
…pTypeDescriptor projection, concurrency/idempotency/worker auth (VDX-143)
…s + schemas (VDX-143)
…, dynamic options (VDX-143)
…add 401 to registry ops (VDX-143)
…ptions, registry 400/500, drop unused IfMatch, namespace $ref, StepTypeSort default, numeric bounds (VDX-143)
… 22 operations (VDX-143)
…ister-version, draft-graph model, typed publish 422, concurrency on transitions, cardinality alias, UpsertOutcome, NIT cleanups (VDX-143)
…Id,port?}); step types declare input/output terminals (VDX-143)
…morphic graph nodes (WorkflowNode = step|subflow) (VDX-143)
…variant; remove BRANCH/MATCH from StepKind (VDX-143)
… integrator-facing contract (VDX-143)
… from.port, conditions are WorkflowDecisionNode-only; snapshot step-node terminals (VDX-143)
…ops — designer under workflow.designer.v1, worker self-registration under workflow.registry.v1 (VDX-143)
…the node, pure-topology edges, INPUT/OUTPUT boundary nodes derive the signature, canvas ui metadata (VDX-143)
…Human as typed node; purge engine-builtin taxonomy (VDX-143)
Replace WorkflowStepNode.propertyValues (free-form, dot-path-keyed bag)
with a structured authoredConfig shaped like the step type's input type
(no dotted-path keys). Every value position now accepts a raw literal or
an inline expression tag { "$expr": "..." } (new ExpressionValue) — reserved
now, evaluator deferred.
Model the Human step as a first-class WorkflowHumanNode (typed fields:
formRef, correlationKey, timeoutSeconds, publishAllSubmittedFields,
variablePrefix, outputs) instead of a generic property bag. Consequently
purge the engine-builtin taxonomy from the contract: HUMAN leaves StepKind,
ENGINE_BUILTIN leaves IntegrationFamily, StepBindingEngineBuiltin removed.
WorkflowSubFlowNode.inputMappings values may also be { "$expr" };
ResolveStepTypeFormInput.currentValues re-expressed as structured AuthoredConfig.
Canonical Kotlin model + alignment fixture (VDX-145) must be reconciled to
match — fixture is expected RED until VDX-145 lands.
Claude-Session: https://claude.ai/code/session_016c6pLhEtsNYkxo4ch46Bo9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.