Interface ActionExecutionService

    • Method Detail

      • list

        List<? extends ActionExecution> list()
        List all action executions with details.
        Returns:
        List of action executions.
      • create

        ActionExecution create​(ActionExecution actionExecution)
        Create a new action execution.
        Parameters:
        actionExecution - Action execution to create.
        Returns:
        Created action execution.
      • get

        ActionExecution get​(String id)
        Get action execution by its ID.
        Parameters:
        id - Action execution ID.
        Returns:
        Action execution.
      • delete

        ActionResponse delete​(String id)
        Delete action execution by its ID.
        Parameters:
        id - Action execution ID.
        Returns:
        Action response from the server.