Interface ICreateProtocolEntryAfterExecutionParams


public interface ICreateProtocolEntryAfterExecutionParams
Parameters that are passed to the isCreateProtocolEntryAfterExecution method of a INodeHandler to decide whether a protocol entry should be created.
Since:
8.0.1
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the node that was executed.
    Gets the result of the node's execution, may be successful or unsuccessful.
    Gets the task to which the executed node belongs.
  • Method Details

    • getNode

      WorkflowNode getNode()
      Gets the node that was executed.
      Returns:
      The node that was executed.
    • getResult

      IWorkflowNodeResult getResult()
      Gets the result of the node's execution, may be successful or unsuccessful.
      Returns:
      The result of the node's execution, may be successful or unsuccessful.
    • getTask

      WorkflowTask getTask()
      Gets the task to which the executed node belongs.
      Returns:
      The task to which the executed node belongs.