Skip to content

Commit 2032de9

Browse files
committed
[Fix serverlessworkflow#873] Fixing error in export definition
I forgot to include export definition in the task.
1 parent 7eb87a8 commit 2032de9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/workflow.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ $defs:
110110
output:
111111
$ref: '#/$defs/output'
112112
description: Configure the task's output.
113+
export:
114+
$ref: '#/$defs/export'
115+
description: Exports data to content.
113116
timeout:
114117
$ref: '#/$defs/timeout'
115118
description: The task's timeout configuration, if any.

0 commit comments

Comments
 (0)