Skip to content

Commit

Permalink
fix(core): Flow trigger documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed May 4, 2023
1 parent 64446f2 commit 44f1168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
examples = @Example(
title = "This flow will be triggered after each successfully execution of flow `io.kestra.tests.trigger-flow` " +
"and forward the `uri` of `my-task` taskId outputs.",
full = true,
code = "id: trigger-flow-listener\n" +
"namespace: io.kestra.tests\n" +
"revision: 1\n" +
"\n" +
"inputs:\n" +
" - name: from-parent\n" +
Expand Down

0 comments on commit 44f1168

Please sign in to comment.