Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

WAIT task is not working properly (after v3.13.0) #3402

@anaken

Description

@anaken

Bug description
If you specify duration more than 30 seconds, then WAIT task will never be completed (it will be in IN_PROGRESS state).
Important: This bug has appeared in v3.13.0.

Workflow To Reproduce

{
  "name": "testWaitWf",
  "description": "testWaitWf",
  "version": 1,
  "tasks": [
    {
      "name": "justWaitTask",
      "taskReferenceName": "justWaitTask",
      "type": "WAIT",
      "inputParameters": {
        "duration": "45 seconds"
      }
    }
  ],
  "inputParameters": [],
  "outputParameters": {
    "result": {
      "parentInput": "${workflow.input}"
    }
  },
  "schemaVersion": 2,
  "restartable": true,
  "workflowStatusListenerEnabled": false,
  "ownerEmail": "example@email.com",
  "timeoutPolicy": "ALERT_ONLY"
}

Expected behavior
Task should complete after duration period (go to COMPLETED state).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions