Interface DocumentLifecycleUserActionExecutionResponse
public interface DocumentLifecycleUserActionExecutionResponse
Represents the result of the execution of a document lifecycle user action.
-
Method Summary
Modifier and TypeMethodDescriptionIf the user action was a Run Workflow user action, retrieves the workflow ID if it was successfully started.
-
Method Details
-
getWorkflowId
String getWorkflowId()If the user action was a Run Workflow user action, retrieves the workflow ID if it was successfully started.- Returns:
- workflow ID, or null
-