Registry / utility / conductor-common

conductor-common

JSON →
library3.15.0javamavenunverified

Common data models and utilities for Netflix Conductor, a workflow orchestration engine for microservices.

<dependency> <groupId>com.netflix.conductor</groupId> <artifactId>conductor-common</artifactId> <version>3.15.0</version> </dependency>
INSTALL
IMPORT
SIG · CONDUCTOR-COMMON
C
conductor-common
utilityjavav3.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.

Task
com.netflix.conductor.common.metadata.tasks.Task

Demonstrates creating a Task metadata object for Conductor workflows.

import com.netflix.conductor.common.metadata.tasks.Task; public class Example { public static void main(String[] args) { Task task = new Task(); task.setReferenceTaskName("exampleTask"); System.out.println("Task created: " + task.getReferenceTaskName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.15.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
conductor-common — mvn dependency:get conductor-common · libregistry