-
Notifications
You must be signed in to change notification settings - Fork 4
2.2 LifeCycle
William Rice edited this page Feb 9, 2021
·
3 revisions
This setting will dictate the lifecycle of the application. This setting uses predefined values that are listed below:
This setting will tell the kiosk to continuously loop over each defined Action
"lifecycle": "ContinuousLoop"
<Lifecycle>ContinuousLoop</Lifecycle>
This setting will tell the kiosk to run through each Action one time then terminate the orchestration instance.
"lifecycle": "SingleRun"
<Lifecycle>SingleRun</Lifecycle>