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

Contact closure event for Exactive #21

Closed
chhh opened this issue Nov 7, 2019 · 2 comments
Closed

Contact closure event for Exactive #21

chhh opened this issue Nov 7, 2019 · 2 comments

Comments

@chhh
Copy link

chhh commented Nov 7, 2019

Looks like ContactClosure event is only found in Fusion.

@jesse-canterbury
Copy link
Contributor

That event is not currently defined for the Exactive API, true, but the following events should offer you some options for implementing what you want:

  • The AcquisitionStreamOpening event is fired, if the acquisition is started after a contact closure is triggered, when toggled as starting criteria.
  • The StateChanged event will be fired, if the SystemState is changing from the “Waiting for contact closure” state to another one.
  • An Acquisition can be created via API and a ContactClosure can be defined as trigger (IAcquisitionWorkflow.Trigger), to wait for.

@chhh
Copy link
Author

chhh commented Nov 22, 2019

Oh, that last one is useful, thank you!

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