com.github.cafdataprocessing:workflow-to-js-transformer

A worker to generate a workflow of actions to execute in a chain for document workers

License

License

Categories

Categories

JavaScript Languages Data ORM
GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

workflow-to-js-transformer
Last Version

Last Version

2.0.0-250
Release Date

Release Date

Type

Type

jar
Description

Description

A worker to generate a workflow of actions to execute in a chain for document workers
Project Organization

Project Organization

EntIT Software LLC, a Micro Focus company

Download workflow-to-js-transformer

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/workflow-to-js-transformer/ -->
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>workflow-to-js-transformer</artifactId>
    <version>2.0.0-250</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/workflow-to-js-transformer/
implementation 'com.github.cafdataprocessing:workflow-to-js-transformer:2.0.0-250'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/workflow-to-js-transformer/
implementation ("com.github.cafdataprocessing:workflow-to-js-transformer:2.0.0-250")
'com.github.cafdataprocessing:workflow-to-js-transformer:jar:2.0.0-250'
<dependency org="com.github.cafdataprocessing" name="workflow-to-js-transformer" rev="2.0.0-250">
  <artifact name="workflow-to-js-transformer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='workflow-to-js-transformer', version='2.0.0-250')
)
libraryDependencies += "com.github.cafdataprocessing" % "workflow-to-js-transformer" % "2.0.0-250"
[com.github.cafdataprocessing/workflow-to-js-transformer "2.0.0-250"]

Dependencies

compile (8)

Group / Artifact Type Version
com.github.cafdataprocessing : processing-service-client jar 1.5.0-390
com.thoughtworks.xstream : xstream jar 1.4.8
org.apache.commons : commons-lang3 jar
org.slf4j : slf4j-api jar
com.github.cafdataprocessing : worker-document-interface jar
com.google.guava : guava jar
com.github.cafdataprocessing : worker-workflow-spec jar 2.0.0-250
com.google.code.gson : gson jar

test (3)

Group / Artifact Type Version
com.github.cafdataprocessing : worker-document-testing-unit jar
org.json : json jar 20160212
org.testng : testng jar

Project Modules

There are no modules declared in this project.

Workflow Worker

Summary

A worker to generate a workflow of actions to execute in a chain for document workers and begin the sequence. More information on the functioning of the Workflow Worker can be found here.

Modules

worker-workflow

This project contains the Java implementation of the Workflow Worker. It can be found in worker-workflow.

worker-workflow-container

This project builds a Docker image that packages the Workflow Worker for deployment. It can be found in worker-workflow-container.

Feature Testing

The testing for the Workflow Worker is defined in testcases.

com.github.cafdataprocessing

CAF Data Processing

Versions

Version
2.0.0-250
1.0.0-157