orchestration-engine
Here are 5 public repositories matching this topic...
Describe the bug
Creating a task where it is setup to retry upon failure, the retried task is populated with the previous failed attempt's outputData.
Details
Conductor version: 3.2.0
Workflow definition: `{
"name": "response_test",
"version": 1,
"tasks": [
{
"type": "HTTP",
"name": "FUNCTION",
"taskReferenceName": "test_task",
Describe the bug
flytectl register files command doesn't fail without --countinueOnError. It should fail with exit code 0.
Expected behavior
- Flytectl register should fail if there is an error
- Flytectl register should not fail if the user passes the
--countinueOnError
Additional context to reproduce
No response
Screenshots
No response
Are
-
Updated
Nov 19, 2021 - Go
-
Updated
Oct 24, 2021 - Java
Improve this page
Add a description, image, and links to the orchestration-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orchestration-engine topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Need to search using LIKE operator with search attributes? eg, WorkflowType LIKE
workflowType-prefix.*Right now the workflowType is using keyword type for performance reason so it doesn't support wildcard search.
https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html