Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Provides the ability to stop a composite 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 stopped.

...

Input Name

Input Code

Required

Description

Composites FileFDSOA_INP_COMPOSITE_NAME_LISTNoPath, including file name, to file that contains the composites to start.  See Special Considerations section below for additional details.
Composite Name ListFDSOA_INP_START_ALL_REVISIONSNoProvides the option to leave all composites stopped, with the exception of the default revision (default value is False).  See Special Considerations section below for additional details.
Composite Revision

FDSOA_INP_REVISION

No

Provide specific composite revision to start (this is for backwards compatibility).  See Special Considerations section below for additional details.

  

Outputs

Output Name

Required

Description




  

Artifacts

This operation doesn't consume or produce any artifacts.

...

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.


Special Considerations

This operation has two independent capabilities and shouldn't be utilized together as the single revision logic is executed first.  If Composite Revision input is set, the Composite Files and Composite Name List inputs will be ignored :

  • stopping a single revision (this is the backwards compatibility capability)
    • utilizes "Composite Revision" input to control what revision to stop
  • stopping multiple composites/revisions
    • utilizes "Composites FilesFile" or "Composite Name List" inputs
      • if utilizing "Composite FilesFile", there can be several variations of file name;
        1. just a file name, will look in the temp directory for the given file name
        2. relative path, will only look for the relative path within the temp directory for the given file name
        3. absolute path, will only look at the absolute path for the given file
    • either input (Composite Files File or Composite Name List) provides a list of composite names to stop that must use the following format: <partition:>composite1,composite2 (partition is optional)
    • all non-default revisions will be stopped first and then the default revision will be stopped.  This will maintain the default revision and not allow SOA Suite to move the default revision to another revision.  If a composite is in two partitions, then specify the partition in the above format to direct the operation to the correct composite.
    stopping a single revision (this is the backwards compatibility capability)
    • utilizes "Composite Revision" input to control what revision to stop