Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9C62D200CC1 for ; Mon, 10 Jul 2017 11:24:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9B14B166C88; Mon, 10 Jul 2017 09:24:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DAACC166C9A for ; Mon, 10 Jul 2017 11:24:30 +0200 (CEST) Received: (qmail 55581 invoked by uid 500); 10 Jul 2017 09:24:21 -0000 Mailing-List: contact commits-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list commits@ariatosca.incubator.apache.org Received: (qmail 49539 invoked by uid 99); 10 Jul 2017 09:19:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 09:19:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 19E3DDFF8A; Mon, 10 Jul 2017 09:19:47 +0000 (UTC) From: mxmrlv To: commits@ariatosca.apache.org Reply-To: commits@ariatosca.apache.org References: In-Reply-To: Subject: [GitHub] incubator-ariatosca pull request #175: ARIA-299 Resuming canceled execution ... Content-Type: text/plain Message-Id: <20170710091949.19E3DDFF8A@git1-us-west.apache.org> Date: Mon, 10 Jul 2017 09:19:47 +0000 (UTC) archived-at: Mon, 10 Jul 2017 09:24:31 -0000 Github user mxmrlv commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/175#discussion_r126368873 --- Diff: aria/orchestrator/workflows/core/events_handler.py --- @@ -114,6 +114,10 @@ def _workflow_cancelled(workflow_context, *args, **kwargs): elif execution.status in (execution.SUCCEEDED, execution.FAILED): _log_tried_to_cancel_execution_but_it_already_ended(workflow_context, execution.status) else: + # Any non ended task would be put back to pending state --- End diff -- move to start --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---