We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
You could start a timer in the OnEntry action. This timer then posts an timeout event when the time is right.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: