pousse-cafe:export-process

Full name:

org.pousse-cafe-framework:pousse-cafe-maven-plugin:0.19.0:export-process

Description:

Exports a selected process or all processes into EMIL language and outputs the result to a given file.

Attributes:

  • Requires a Maven project to be executed.
  • Executes by direct invocation only.
  • Requires dependency resolution of artifacts in scope: compile+runtime.

Required Parameters

Name Type Since Description
<emilFile> File 0.17 The path to the output file.
User property is: emilFile.

Optional Parameters

Name Type Since Description
<processName> String 0.15 The name of the process to export. If no name is provided, then all processes are exported.
User property is: processName.

Parameter Details

<emilFile>

The path to the output file.
  • Type: java.io.File
  • Since: 0.17
  • Required: Yes
  • User Property: emilFile

<processName>

The name of the process to export. If no name is provided, then all processes are exported.
  • Type: java.lang.String
  • Since: 0.15
  • Required: No
  • User Property: processName