A client can call a transition on a flow instance (using its identifier) #67
Labels
blocked: conflict/dependency
Something else is blocking this.
scope: backend
Work involving the backend / Django REST project.
scope: tests
Work relating to tests.
size: hours
This should take less than a day.
type: feature
A piece of functionality of the product.
Background & Context*
Once a client has a valid Websocket connection to the server, they should be able to call a transition defined on a
FlowSchema
/TransitionSchema
using theTransitionSchema.identifier
.Goal*
False
and cannot be executed then they will get a FAIL response with the appropriate error(s).Implementation Details*
Requests and responses should adhere to the following format.
Acceptance Criteria*
Test cases that
TransitionSchema.identifer
andFlowInstance.id
the server will respond with a 200 / status OK.TransitionSchema.identifer
andFlowInstance.id
the server will transition the flow and the current active flow should become the previously active flow.TransitionSchema.identifer
orFlowInstance.id
the server will respond with an error / status FAIL.Dependencies
Blockers:
*required field.
The text was updated successfully, but these errors were encountered: