[ https://issues.apache.org/jira/browse/OOZIE-3366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647186#comment-16647186 ]
Satish Subhashrao Saley commented on OOZIE-3366: ------------------------------------------------ When a coord is suspended, we only suspend the corresponding workflow. [https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/command/wf/ActionXCommand.java#L136] We should queue SubmitXCommand and take care to propagate suspension to subwf if any. > Update workflow status and subworkflow status on suspend command > ---------------------------------------------------------------- > > Key: OOZIE-3366 > URL: https://issues.apache.org/jira/browse/OOZIE-3366 > Project: Oozie > Issue Type: Bug > Reporter: Satish Subhashrao Saley > Assignee: Satish Subhashrao Saley > Priority: Major > Attachments: OOZIE-3366-1.patch > > > Currently, when subworkflow gets suspended, its corresponding workflow status > is not updated correctly. Also, when a coord is suspended, the subworkflows > are not suspended. We need to fix this. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)