Class FcPromptQueryExecutor
java.lang.Object
de.xima.fc.workflow.executor.FcPromptQueryExecutor
Handler for executing a workflow action of type
EWorkflowNodeType.FC_PROMPT_QUERY.- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecutes a prompt query action with the given parameters.
-
Constructor Details
-
FcPromptQueryExecutor
public FcPromptQueryExecutor()
-
-
Method Details
-
execute
public INormalCompletionResult execute(INodeExecutionParams<FcPromptQueryProps> params) throws AbstractAbruptCompletionException Executes a prompt query action with the given parameters.- Parameters:
params- Parameters as provided the node handler, with the environment data and the action's properties model.- Throws:
AbstractAbruptCompletionException
-