1.1.2. afterProcess¶
imWorkflow.transition.afterProcess()
Contents
1.1.2.1. サンプルコード¶
imWorkflow.modal.showApply()
.then(function(result) {
imWorkflow.transition.afterProcess();
});
intra-mart Accel Platform IM-Workflow プログラミングガイド 第27版 2026-04-01
imWorkflow.transition.afterProcess()
Contents
imWorkflow.modal.showApply()
.then(function(result) {
imWorkflow.transition.afterProcess();
});