Class GeneratedCustomActivity
Inheritance
↳ object
↳ FormBase
↳ ActivityBase
↳ GeneratedCustomActivity
Inherited Members
ActivityBase.AllowCycleTransition
ActivityBase.IsOutgoingTransitionsReadonly
ActivityBase.SaveToAnnotationsPolicy
ActivityBase.OrdinaryActivityParameters
ActivityBase.AnnotationActivityParameters
FormBase.CustomTypeAnnotationName
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Plugins
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic sealed class GeneratedCustomActivity : ActivityBase
Constructors
GeneratedCustomActivity(string, string, string, CustomActivityAsyncAction, ParametersGetter, DisabledGetter)
Declarationpublic GeneratedCustomActivity(string type, string title, string description, CustomActivityAsyncAction asyncAction, ParametersGetter parametersGetter, DisabledGetter disabledGetter)
Type | Name | Description |
---|---|---|
string | type | |
string | title | |
string | description | |
CustomActivityAsyncAction | asyncAction | |
ParametersGetter | parametersGetter | |
DisabledGetter | disabledGetter |
GeneratedCustomActivity(string, string, string, CustomActivitySyncAction, ParametersGetter, DisabledGetter)
Declarationpublic GeneratedCustomActivity(string type, string title, string description, CustomActivitySyncAction asyncAction, ParametersGetter parametersGetter, DisabledGetter disabledGetter)
Type | Name | Description |
---|---|---|
string | type | |
string | title | |
string | description | |
CustomActivitySyncAction | asyncAction | |
ParametersGetter | parametersGetter | |
DisabledGetter | disabledGetter |
Properties
Disabled
Declarationpublic override bool Disabled { get; set; }
Type | Description |
---|---|
bool |
Parameters
Declarationpublic override List<CodeActionParameterDefinition> Parameters { get; set; }
Type | Description |
---|---|
List<CodeActionParameterDefinition> |
BaseTemplate
Declarationpublic override BaseTemplate BaseTemplate { get; }
Type | Description |
---|---|
BaseTemplate |
Methods
ExecutionAsync(WorkflowRuntime, ProcessInstance, Dictionary<string, string>, CancellationToken)
Declarationpublic override Task ExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
ProcessInstance | processInstance | |
Dictionary<string, string> | parameters | |
CancellationToken | token |
Type | Description |
---|---|
Task |
PreExecutionAsync(WorkflowRuntime, ProcessInstance, Dictionary<string, string>, CancellationToken)
Declarationpublic override Task PreExecutionAsync(WorkflowRuntime runtime, ProcessInstance processInstance, Dictionary<string, string> parameters, CancellationToken token)
Type | Name | Description |
---|---|---|
WorkflowRuntime | runtime | |
ProcessInstance | processInstance | |
Dictionary<string, string> | parameters | |
CancellationToken | token |
Type | Description |
---|---|
Task |