Interface IBaseWorkflowExecutionContext

    • Method Detail

      • env

        IWorkflowExecutionEnvironmentData env()
        Returns:
        Data from the current workflow execution, such as the form for which the workflow is executed, and the current client.
      • placeholder

        IWorkflowPlaceholderHandler placeholder()
        Returns:
        A handler for replacing placeholders in strings, using the current workflow execution context. This is a shortcut for the methods provided by {code de.xima.fc.placeholder.PlaceholderReplacer} that supplies the required parameters automatically.