For vertically or horizontally arranged nodes, the node ID passed to the action settings will be the "Child node ID" after expansion.
Therefore, "Parent node ID" of a vertically or horizontally arranged node before it is expanded cannot be directly used as a condition for action settings.
* intra-mart Accel Platform IM-Workflow Programming Guide
3.2. Request parameters
https://document.intra-mart.jp/library/iap/public/im_workflow/im_workflow_programming_guide/texts/overview/overview_2.html#id7
-------------------------------------------------------------------------
If the node to be processed is a vertically or horizontally arranged node, the node ID after expansion will be passed.
-------------------------------------------------------------------------
If you need to refer to the parent node ID of vertically/horizontally arranged nodes in the action settings, you can acquire them using the following API.
Please refer to the API document below for details about the API.
[ActvMatterNode#getMatterNode: Matter (Incomplete) Node Manager]
* Script Development Model
https://api.intra-mart.jp/iap/apilist-ssjs/doc/im_workflow/ActvMatterNode/index.html#method-getMatterNode_3
* JavaEE Development Model
https://www.intra-mart.jp/apidoc/iap/javadoc/im_workflow_apidocs/jp/co/intra_mart/foundation/workflow/application/general/ActvMatterNode.html#getMatterNode-java.lang.String-
Additionally, in the initial display event, the parent node ID can be stored in the screen item using the following method and used as a condition value.
(1) Create a logic flow to acquire the parent node ID using ActvMatterNode
(2) Store the value acquired by external linkage in hidden parameters, etc.
(3) Use the stored screen item as condition value
--Target-------------------------------------------------------------------------
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------
FAQID:1462
I want to use a node ID of vertically/horizontally arranged nodes as the condition for action settings