...
Table of Contents | ||||
---|---|---|---|---|
|
Programmable stop
You can stop running of workflow block by fx.stopAfterThisBlock function
...
The workflow and block are in Redy status
Session objects are availabled
DateLastRun is updated or not: it depence on input parameter for stopAfterThisBlock
Session.vault and Session.vaultGlobal are moved or not into myVault: it depence on input parameter for stopAfterThisBlock
...
The workflow and block are in SafeStop status at the beginning and moved to Stopped status then
Session objects are availabled
DateLastRun is not updated
Session.vault and Session.vaultGlobal are not moved into myVault
...
The workflow and block are in ImmediatlyStop status at the beginning and moved to Stopped status then
Session objects are not availabled
DateLastRun is not updated
Session.vault and Session.vaultGlobal are not moved into myVault
...
The workflow and block are in AutoStop status
Session objects are not availabled
DateLastRun is not updated
Session.vault and Session.vaultGlobal are not moved into myVault
...