Class DeleteFormVersionDesignerAction
OptimaJet.Workflow.Plugins.FormsPlugin.DesignerActions.DeleteFormVersionDesignerAction
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin.DesignerActions
public class DeleteFormVersionDesignerAction : IDesignerActionType Hierarchy
- DeleteFormVersionDesignerAction Current type
- Implemented interfaces
Constructors
public DeleteFormVersionDesignerAction(WorkflowRuntime workflowRuntime) #Parameters
Name
Type
Description
workflowRuntimeWorkflowRuntimeMethods
public Task<object> ExecuteDesignerApi(DesignerRequest designerRequest) #Handles the custom Workflow Designer operation described by
designerRequest.Parameters
Name
Type
Description
designerRequestDesignerRequestThe DesignerRequest containing the operation context and input data.
Returns
Type
Description
Task<Object>A Task<TResult> whose result is serialized as the response to the Workflow Designer API request.