Class UploadBpmnAction
OptimaJet.Workflow.BpmnPlugin.DesignerActions.UploadBpmnAction
Represents an action to upload and process a BPMN file within a workflow designer context.
Namespace: OptimaJet.Workflow.BpmnPlugin.DesignerActions
public class UploadBpmnAction : IDesignerActionType Hierarchy
- UploadBpmnAction Current type
- Implemented interfaces
Constructors
public UploadBpmnAction(BpmnConverter bpmnConverter) #Parameters
Name
Type
Description
bpmnConverterBpmnConverterProperties
public WorkflowRuntime? WorkflowRuntime { get; set; } #Methods
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.