Class WorkflowLauncherInfo

java.lang.Object
com.orchestranetworks.workflow.WorkflowLauncherInfo

public final class WorkflowLauncherInfo extends Object
Represents information about a workflow launcher activation, including details about the launcher, associated documentation, and context variables.
  • Method Details

    • getPublishedProcessKey

      public PublishedProcessKey getPublishedProcessKey()
      Gets the published process key.
      Returns:
      The published process key.
    • getLauncherName

      public String getLauncherName()
      Gets the Workflow Launcher name.
      Returns:
      The launcher name.
    • getDataContextVariables

      public InteractionHelper.ParametersMap getDataContextVariables()
      Gets the list of data context variables.
      Returns:
      A list of data context variables.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLabel

      public String getLabel()
      Gets the label of the launcher activation.
      Returns:
      The label.
    • getDescription

      public String getDescription()
    • getLocale

      public String getLocale()
      Gets the locale for the launcher activation.
      Returns:
      The locale.