Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

场景

父问题有多个子任务,当父任务状态有变更时,其在指定的状态下的子任务的状态也一同进行变化。

如父任务当前状态为A,子任务当状态为AA,当父任务执行动作actoinA时,到状态B时,那么其子任务在状态AA时将执行动作actionAA使之状态变为BB.


配置

在父任务的动作中的Postfunction中配置:ChangeSubtaskStatusByParentPostFunction

在配置项中,配置子任务的状态以及在子任务状态下可执行的动作名称


示例


  • No labels