Skip to content

concord-workflow/server-plugin-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concord Server Plugin Example

An example plugin for Concord server.

Demonstrates a couple of concepts:

Usage

Requires latest Concord Docker images built from master.

  • compile with mvn package;
  • copy target/server-plugin-example-*.jar into an ext directory somewhere on the filesystem;
  • mount the ext directory to the Concord Server Docker container:
docker run \
...
-v "/path/to/host/ext:/opt/concord/server/ext:ro" \
...
walmartlabs/concord-server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages