Access Output using Completion Handler
Jonathan Bramley
When processing a completed workflow it would be nice to be able to reference the defined output variables of the workflow.
Something like this:
{{ COMPLETED_WORKFLOW.OUTPUT.variable }}
This would greatly increase the versatility of completion handlers to allow generic processing of workflows with standardized output but individualized internal logic.
Log In