Skip to content

2.2 LifeCycle

William Rice edited this page Feb 9, 2021 · 3 revisions

LifeCycle

This setting will dictate the lifecycle of the application. This setting uses predefined values that are listed below:

ContinuousLoop

This setting will tell the kiosk to continuously loop over each defined Action

JSON

"lifecycle": "ContinuousLoop" 

XML

<Lifecycle>ContinuousLoop</Lifecycle>

SingleRun

This setting will tell the kiosk to run through each Action one time then terminate the orchestration instance.

JSON

"lifecycle": "SingleRun" 

XML

<Lifecycle>SingleRun</Lifecycle>
Clone this wiki locally