Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add a note about the FWZ format for the Programmatic Creation.

...

Code Block
languagejson
{
  "id": "7a8915d0-2764-4731-af85-51eec1e9fe47",
  "name": "Example InputTask Start Trigger",
  "description": "REST POST end point.",
  "type": "MESSAGE_CORRELATE",
  "method": "POST",
  "deserializeAs": "EventTrigger",
  "pathPattern": "/events/workflow/example-inputtask/start"
}
Info

The Workflow must be stored in a FWZ file and uploaded into the system using the appropriate UI-Workflow create or import Workflow interface.

It is recommended to creating and including the optional fwz.json file when compressing, such as this one:

Code Block
{
  "version": "1.0.0"
}

The supported compression formats are ZIP, Tar Gzip, and Tar Bzip2.

Terminology

Info

The first letter of a word is capitalized to a specific implementation of something or the word with specific meaning whereas the fully uncapitalized version is referring the generally use of the word. For example, “Workflow” refers to a workflow object, model, instance, or the project, whereas “workflow” refers to the general meaning of the word.

...