Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time based state transition ? #599

Open
samba2 opened this issue Sep 8, 2024 · 1 comment
Open

Time based state transition ? #599

samba2 opened this issue Sep 8, 2024 · 1 comment

Comments

@samba2
Copy link

samba2 commented Sep 8, 2024

Hi,

I have a simple use case where I have two subsequent events A and B. Event A triggers a recording. Event B finishes it.

How can I configure that the recording state is cancelled when event B was not received within 60 seconds ?

Thanks for your support

@HenningNT
Copy link
Contributor

You could start a timer in the OnEntry action. This timer then posts an timeout event when the time is right.

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

No branches or pull requests

2 participants