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,当子任务执行动作actoinAA时,到状态BB时,那么父任务的状态A将执行动作actionA使之状态变为B.


配置

在子任务的动作中的Postfunction中配置:ChangeParentStatusBySubtaskPostFunction

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


示例


  • No labels