#
orchestration-engine
Here are 5 public repositories matching this topic...
Conductor is a microservices orchestration engine.
-
Updated
Aug 26, 2021 - Java
evalsocket
commented
Aug 26, 2021
Describe the Issue
Currently, in flyteadmin, We are using the kind cluster for running integration tests, In that case, we need to maintain kind.
What if we do not do this?
Need to maintain kind as dependency
Related component
flyteadmin
Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
golang
task-queue
cadence
aws-swf
task-management
orchestration-engine
authoring-workflows
workflow-functions
-
Updated
Aug 27, 2021 - Go
Schedule Conductor workflow is a scheduler as a service that runs in the cloud with Netflix conductor embedded in it. It runs as an extension module of conductor.
java
distributed-systems
cron
schedule
scheduler
job-scheduler
periodic-jobs
conductor
workflow-management
java-scheduler
periodic-tasks
netflix-conductor
orchestration-engine
microservice-scheduler
scheduler-as-a-service
-
Updated
Jul 19, 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