I'm just getting into evaluating the engine and learning what its capabilities are, and I have a very basic question.
scenario: A user initiates a flow that contains a form on the start node, a automated task that takes the input and performs some task. The user should be presented with the results of the task, as well as possibly some additional information/form fields.
I've been playing with the activiti explorer and the engine itself, and I cannot find a way to make the flow fully interactive/synchronous. Is this even possible, or is this a custom UI that we might have to implement to support this kind of synchronous flow?
Thanks!