Nbtwist
03/02/2022, 11:30 PM/**
* @NApiVersion 2.1
* @NScriptType WorkflowActionScript
* @NModuleScope public
*/
define([],
function () {
function onAction(scriptContext) {
log.debug('scriptContext', scriptContext);
}
return {
onAction: onAction
}
})
New code and still not firing the script, even though it enters the state and executes other actions in the statebattk
03/02/2022, 11:33 PMNbtwist
03/02/2022, 11:34 PMbattk
03/02/2022, 11:35 PMNbtwist
03/02/2022, 11:43 PMNbtwist
03/02/2022, 11:49 PMbattk
03/02/2022, 11:55 PMbattk
03/02/2022, 11:55 PMNbtwist
03/02/2022, 11:57 PMTyn Guardian
03/03/2022, 12:06 AMNbtwist
03/03/2022, 12:06 AMbattk
03/03/2022, 12:07 AMNbtwist
03/03/2022, 12:10 AMbattk
03/03/2022, 12:11 AMbattk
03/03/2022, 12:11 AMNbtwist
03/03/2022, 12:16 AMNbtwist
03/03/2022, 12:16 AMbattk
03/03/2022, 12:23 AMbattk
03/03/2022, 12:23 AMNbtwist
03/03/2022, 12:24 AMNbtwist
03/03/2022, 12:26 AMNbtwist
03/03/2022, 12:26 AMNbtwist
03/03/2022, 12:26 AMNbtwist
03/03/2022, 12:26 AMNbtwist
03/03/2022, 12:40 AM