Uses of Interface
de.xima.fc.common.workflow.ITriggeredWorkflowExecutionResult
-
Packages that use ITriggeredWorkflowExecutionResult Package Description de.xima.fc.common.form_record.chat de.xima.fc.logic.workflow -
-
Uses of ITriggeredWorkflowExecutionResult in de.xima.fc.common.form_record.chat
Methods in de.xima.fc.common.form_record.chat that return ITriggeredWorkflowExecutionResult Modifier and Type Method Description ITriggeredWorkflowExecutionResult
IFulfillRequestedUploadResponse. workflowExecutionResult()
Gets the result of the workflow execution, resulting from the fulfillment of the upload request.ITriggeredWorkflowExecutionResult
IPostFormRecordMessageResponse. workflowExecutionResult()
Gets the result of the workflow execution, resulting from the posted message. -
Uses of ITriggeredWorkflowExecutionResult in de.xima.fc.logic.workflow
Methods in de.xima.fc.logic.workflow that return ITriggeredWorkflowExecutionResult Modifier and Type Method Description ITriggeredWorkflowExecutionResult
IExtendedTriggeredWorkflowExecutionResult. baseResult()
The base workflow execution result.
-