Open mateng1210 opened 1 year ago
conductor-community version: 3.14.0
workflow Definition:
{ "createTime": 1698202712523, "accessPolicy": {}, "name": "amqp", "description": "Edit or extend this sample workflow. Set the workflow name to get started", "version": 1, "tasks": [ { "name": "event_task", "taskReferenceName": "event_0", "inputParameters": { "mod": "${workflow.input.mod}", "oddEven": "${workflow.input.oddEven}" }, "type": "EVENT", "startDelay": 0, "sink": "amqp_queue:task_eventsss", "optional": false, "asyncComplete": true } ], "inputParameters": [], "outputParameters": { "data": "${get_population_data.output.response.body.data}", "source": "${get_population_data.output.response.body.source}" }, "schemaVersion": 2, "restartable": true, "workflowStatusListenerEnabled": false, "ownerEmail": "example@email.com", "timeoutPolicy": "ALERT_ONLY", "timeoutSeconds": 0, "variables": {}, "inputTemplate": {} }
1、Starting the workflow will continuously push two pieces of information
2、Send message again every 1 minute
What is this problem and how should we handle it
This issue is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.
conductor-community version: 3.14.0
workflow Definition:
1、Starting the workflow will continuously push two pieces of information
2、Send message again every 1 minute
What is this problem and how should we handle it