elsa-core/src/modules/Elsa.Workflows.Core/Contracts
2023-06-13 10:25:42 +02:00
..
IActivity.cs Cleanup IActivity interface (#4010) 2023-05-08 22:38:59 +02:00
IActivityDescriber.cs Make activity input property options provider async 2023-05-21 10:11:16 +02:00
IActivityDescriptorModifier.cs Cron activities (#3900) 2023-04-12 21:10:07 +02:00
IActivityExecutionMiddleware.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IActivityExecutionPipeline.cs Workflow Context Updates (#3933) 2023-04-19 21:28:58 +02:00
IActivityExecutionPipelineBuilder.cs Workflow Context Updates (#3933) 2023-04-19 21:28:58 +02:00
IActivityFactory.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IActivityInvoker.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IActivityPortResolver.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IActivityPropertyDefaultValueProvider.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IActivityPropertyOptionsProvider.cs Make activity input property options provider async 2023-05-21 10:11:16 +02:00
IActivityProvider.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IActivityRegistry.cs Make activity input property options provider async 2023-05-21 10:11:16 +02:00
IActivityScheduler.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IActivitySchedulerFactory.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IActivitySerializer.cs Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
IActivityStateSerializer.cs Store & display evaluated activity state in workflow instance viewer (#3776) 2023-03-07 21:40:53 +01:00
IActivityVisitor.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IActivityWithResult.cs Add IActivityWithResult contract 2023-04-22 00:00:14 +02:00
IApiSerializer.cs Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
IBehavior.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IBookmarkHasher.cs Allow bookmark props to be excluded from hash 2023-03-06 12:15:11 +01:00
IBookmarkPayloadSerializer.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IEventGenerator.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IExecutionContext.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IHasher.cs Allow bookmark props to be excluded from hash 2023-03-06 12:15:11 +01:00
IIdentityGenerator.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IIdentityGraphService.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IInitializable.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IMissingActivityTypesRegistry.cs Handle multiple output connections on import (#3857) 2023-03-30 10:19:05 +02:00
IPayloadSerializer.cs Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
IPropertyDefaultValueResolver.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IPropertyOptionsResolver.cs Make activity input property options provider async 2023-05-21 10:11:16 +02:00
ISerializationOptionsConfigurator.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
ISerializationProvider.cs Implement response header parsing for HTTP Response activity 2023-03-09 10:24:38 +01:00
ISignalHandler.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IStandardInStreamProvider.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IStandardOutStreamProvider.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IStorageDriver.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IStorageDriverManager.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
ITrigger.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IVariableContainer.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IVariablePersistenceManager.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IWorkflow.cs Refactor composite activity input and scoped memory (#3815) 2023-03-20 19:55:11 +01:00
IWorkflowActivationStrategy.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IWorkflowBuilder.cs make isReadonly editable on workflow model (#4130) 2023-06-13 10:25:42 +02:00
IWorkflowBuilderFactory.cs Fix variable type serialization 2023-04-28 14:31:38 +02:00
IWorkflowExecutionContextFactory.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IWorkflowExecutionContextMapper.cs Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00
IWorkflowExecutionMiddleware.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IWorkflowExecutionPipeline.cs Rename "services" to "contracts" and "implementations" to "services" (#3758) 2023-03-03 22:47:23 +01:00
IWorkflowExecutionPipelineBuilder.cs Workflow Context Updates (#3933) 2023-04-19 21:28:58 +02:00
IWorkflowRunner.cs Refactor RunWorkflowOptions to be a mutable class 2023-04-22 00:01:06 +02:00
IWorkflowStateSerializer.cs Improve JSON serializationfor workflow state (#3913) 2023-04-17 00:11:58 +02:00