You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Often it is necessary to make synchronous calls to a BPM engine, such as figure out which GUI is next in a sequence based on exclusive gates. This must return quickly (in "satisfying web page response" timeframes) to be useful.
An easy way to do this is to have an endpoint that kicks off the workflow and waits for it to finish via CPF. If the CPF can be put on the task server with the high-priority flag set for these synchronous calls, so much the better.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Often it is necessary to make synchronous calls to a BPM engine, such as figure out which GUI is next in a sequence based on exclusive gates. This must return quickly (in "satisfying web page response" timeframes) to be useful.
An easy way to do this is to have an endpoint that kicks off the workflow and waits for it to finish via CPF. If the CPF can be put on the task server with the high-priority flag set for these synchronous calls, so much the better.
The text was updated successfully, but these errors were encountered: