Assembly: OptimaJet.Workflow.Core
Interface IBaseActivityBuilder
OptimaJet.Workflow.Core.Model.Builder.IBaseActivityBuilder
Represents a base builder for configuring an activity.
Namespace: OptimaJet.Workflow.Core.Model.Builder
public interface IBaseActivityBuilder : IProcessDefinitionBuilder
Properties
Gets the current activity definition.
IEnumerable<TransitionDefinition>
Gets the outgoing transitions from the current activity.
IEnumerable<TransitionDefinition>
Gets the incoming transitions to the current activity.