Interface IWorkflowActionExecutor
- All Known Implementing Classes:
FcChangeFormAvailabilityExecutor, FcChangeFormRecordChatActivenessExecutor, FcChangeFormValueExecutor, FcChangeStateExecutor, FcCompressAsZipExecutor, FcCopyFormRecordExecutor, FcCounterExecutor, FcCreateTextFileExecutor, FcDecodeBase64Executor, FcDeleteAttachmentExecutor, FcDoiInitExecutor, FcDoUntilLoopExecutor, FcEmailExecutor, FcEncodeBase64Executor, FcExperimentExecutor, FcExportFormRecordChatsExecutor, FcExportToPersistenceExecutor, FcExportToXmlExecutor, FcFillPdfExecutor, FcFillWordExecutor, FcForEachLoopExecutor, FcHttpRequestExecutor, FcImportFormValueFromXmlExecutor, FcLdapQueryExecutor, FcLogEntryExecutor, FcMoveFormRecordToInboxExecutor, FcMultipleConditionExecutor, FcProcessLogPdfExecutor, FcProvideResourceExecutor, FcQueueTaskExecutor, FcRedirectExecutor, FcRenewProcessIdExecutor, FcReturnFileExecutor, FcSaveToFileSystemExecutor, FcSaveToWebDavExecutor, FcSendFormRecordMessageExecutor, FcSetFormRecordPasswordExecutor, FcSetSavedFlagExecutor, FcShowTemplateExecutor, FcSqlStatementExecutor, FcSwitchExecutor, FcThrowExceptionExecutor, FcWhileLoopExecutor, FcWithFormElementContextExecutor, FcWriteFormRecordAttrExecutor
public interface IWorkflowActionExecutor
Interface for all executors for workflow actions. When a built-in node is executed, the
INodeHandler
delegates to these executors.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionexecute()Executes the workflow action, and creates the result.
-
Method Details
-
execute
Executes the workflow action, and creates the result.- Returns:
- The success result to be returned by the post action.
- Throws:
NodeThrewException- When the workflow action failed, as described byTError.AbstractAbruptCompletionException- When the action could not be completed normally for another reason (such as when it needs to return).
-