Wait on workflow to finish and output result
planned
Jack Musick
I'd like to be able to have a form wait on workflow completion and use Jinja to output data somewhere on the form. It could be as simple as doing something like:
{% if CTX.completion_result %}
{{ CTX.completion_result %}
{% elseif %}
{{ "In Progress.. Please wait." }}
{% endif %}}
...or even looping through results as they happen.
Log In
M
Martyn T Keigher
planned
The scope of this will be Forms (components) in App Platform first, then we'll re-review once that's released.
Tre Eiler
Feel like this is part of the App center idea. Fill the form, then show the user a page that has workflow outputs updated live.
Creating User Account - 🔄 - Running (then later update after a loop to "✅ - Created"
At the very end then maybe redirect to a one-time confirmation that the flow is complete where you can display app center HTML to get more ticket data or do something else.
M
Martyn T Keigher
Tre Eiler: You are correct!
Jack Musick - This use case\scenario will be solved for in the upcoming App Platform.