Interface UserActionExecutionResponse


public interface UserActionExecutionResponse
Represents the result of the execution of a user action.
  • Method Summary

    Modifier and Type
    Method
    Description
    If the user action was a Run Workflow user action, then retrieves the workflow id if it was successfully started.
  • Method Details

    • getWorkflowId

      String getWorkflowId()
      If the user action was a Run Workflow user action, then retrieves the workflow id if it was successfully started.
      Returns:
      workflow id, or null.