Registry / other / conductor-core

conductor-core

JSON →
library3.15.0javamavenunverified

Conductor Core is the central library for Netflix Conductor, a workflow orchestration engine for microservices.

<dependency> <groupId>com.netflix.conductor</groupId> <artifactId>conductor-core</artifactId> <version>3.15.0</version> </dependency>
INSTALL
IMPORT
SIG · CONDUCTOR-CORE
C
conductor-core
otherjavav3.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WorkflowExecutor
com.netflix.conductor.core.execution.WorkflowExecutor

Starts a workflow execution using WorkflowExecutor.

import com.netflix.conductor.core.execution.WorkflowExecutor; WorkflowExecutor executor = new WorkflowExecutor(...); executor.startWorkflow("my_workflow", 1, "correlation_id", null);
Debug
Known issues
breakingConductor 3.x has breaking API changes from 2.x, including module restructuring.
fix
Refer to migration guide when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.15.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Meta
1
Resources
conductor-core — mvn dependency:get conductor-core · libregistry