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

Event Handler not triggering wait task #3208

Answered by c4lm
kathir0301 asked this question in Q&A
Discussion options

You must be logged in to vote

From what I see everything is defined properly. I have just tested it and my wait task did get completed. Have you tried waiting for a few seconds (it is not immediate)?
Definitions:

{
  "createTime": 1661890360126,
  "name": "workflow_start",
  "description": "A test workflow to start another workflow with EventHandler",
  "version": 1,
  "tasks": [
    {
      "name": "workflow_one",
      "taskReferenceName": "workflow_one_event",
      "inputParameters": {},
      "type": "EVENT",
      "startDelay": 0,
      "sink": "conductor",
      "optional": false,
      "asyncComplete": false
    },
    {
      "name": "complete_tasks_final",
      "taskReferenceName": "complete_tasks_final",
 …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kathir0301
Comment options

@c4lm
Comment options

@kathir0301
Comment options

Answer selected by kathir0301
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants