is not current version
Last Version 1.0.1

io.github.marcocrasso:conductor-exporter 1.0.0

This tool receives as input a workflow name, and a range of times, to export Conductor Workflows into any format, e.g. csv. Historically, this tool run to only generate CSV, but then I needed other formats, like series for each task, and decided to extend this tool for supporting custom external exporters, which can be added using configuration.

GroupId

GroupId

io.github.marcocrasso
ArtifactId

ArtifactId

conductor-exporter
Version

Version

1.0.0
Type

Type

pom

Download conductor-exporter 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.marcocrasso/conductor-exporter/ -->
<dependency>
    <groupId>io.github.marcocrasso</groupId>
    <artifactId>conductor-exporter</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.marcocrasso/conductor-exporter/
implementation 'io.github.marcocrasso:conductor-exporter:1.0.0'
// https://jarcasting.com/artifacts/io.github.marcocrasso/conductor-exporter/
implementation ("io.github.marcocrasso:conductor-exporter:1.0.0")
'io.github.marcocrasso:conductor-exporter:pom:1.0.0'
<dependency org="io.github.marcocrasso" name="conductor-exporter" rev="1.0.0">
  <artifact name="conductor-exporter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.marcocrasso', module='conductor-exporter', version='1.0.0')
)
libraryDependencies += "io.github.marcocrasso" % "conductor-exporter" % "1.0.0"
[io.github.marcocrasso/conductor-exporter "1.0.0"]