How to implement action constraints from RequestGr...
# support
s
Say I have a
Task
that is an instantiated
ActivityDefinition
. How should I go about implementing the dependency logic from the associated
RequestGroup
? It doesn't seem possible to do this with bots. Say from the client side I make a request to change the status of the
Task
to completed. It then will go through a bot in order to check that this is a valid change while remaining in a possibly invalid state. Is the only way possible is to have some middle service that validates changes made to workflow resources?