Replies: 1 comment
-
Looks like you need something like this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've got the following requirement.
Given the following state of the management of an alarm
Inactive acknowledged
Inactive not acknowledged
Active acknowledged
Active not acknowledged
And the following triggers
Activate
Deactivate
Acknowledged
When I'm in the state inactive not acknowledged
A trigger activate is triggered
The final state would be
Active not acknowledged
But because an internal behavior we need to perform an automatic acknowledge and change the state to:
Inactive acknowledged
Before go to the final state
How can I implement this scenario?
Thanks
Leonardo
Beta Was this translation helpful? Give feedback.
All reactions