Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Synchronous calls #128

Open
damonfeldman opened this issue Feb 2, 2018 · 0 comments
Open

Synchronous calls #128

damonfeldman opened this issue Feb 2, 2018 · 0 comments

Comments

@damonfeldman
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant