Provides the ability to start a composite(s) on the SOA server. This operation will handle all revisions for a given composite to ensure that the default revision doesn't change as revisions are started. The default revision is always started, other revisions can be controlled by an "Start All Revisions" input.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
Composites File | FDSOA_INP_COMPOSITES_FILE | No | Complete path, including file name, to file that contains the composites to start. |
Composite Name List | FDSOA_INP_COMPOSITE_NAME_LIST | No | Comma separated list of composites to start. Optional can prefix a partition on the composite name, (<partition:>composite1, composite2) |
Start All Revisions | FDSOA_INP_START_ALL_REVISIONS | No | Provide the option to leave all composites stopped, with the exception of the default revision (default value is False). |
Composite Revision |
| No | Provide specific revision to start (this is for backwards compatibility) |
Make Default Revision |
| No | Make the newly started composite the default (this is for backward compatibility) |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation doesn't consume or produce any artifacts.
...