Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Nov 29, 2023
1 parent 7282ed5 commit 1053492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface WorkflowStep {
* @param currentNodeId The id of the node executing this step
* @param currentNodeInputs Input params and content for this node, from workflow parsing
* @param previousNodeInputs Input params for this node that come from previous steps
* @param output WorkflowData content of previous steps.
* @param outputs WorkflowData content of previous steps.
* @return A CompletableFuture of the building block. This block should return immediately, but not be completed until the step executes, containing either the step's output data or {@link WorkflowData#EMPTY} which may be passed to follow-on steps.
* @throws IOException on a failure.
*/
Expand Down

0 comments on commit 1053492

Please sign in to comment.