Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface IBaseActivityBuilder

OptimaJet.Workflow.Core.Model.Builder.IBaseActivityBuilder

Represents a base builder for configuring an activity.

public interface IBaseActivityBuilder : IProcessDefinitionBuilder

Properties

Name
Type
Activity #
ActivityDefinition
Gets the current activity definition.
OutgoingTransitions #
IEnumerable<TransitionDefinition>
Gets the outgoing transitions from the current activity.
IncomingTransitions #
IEnumerable<TransitionDefinition>
Gets the incoming transitions to the current activity.