A wrapper around the user defined fn handler function.
fn
It accepts the same input and returns the same value, calling the user function inside.
The second argument is a WorkflowInvocationConfiguration object, allowing workflows configuration overwrite.
It adds input and output validation based on the inputSchema, outputSchema.
inputSchema
outputSchema
The workflow input; it matches the schema defined by inputSchema.
Additional configuration for the invocation.
A value matching the schema defined by outputSchema.
A wrapper around the user defined
fnhandler function.It accepts the same input and returns the same value, calling the user function inside.
The second argument is a WorkflowInvocationConfiguration object, allowing workflows configuration overwrite.
It adds input and output validation based on the
inputSchema,outputSchema.