Skip to content

WorkflowModule

dart
WorkflowModule({
  required String name,
  List<WorkflowDefinition> workflows = const [],
  List<ActivityBinding> activities = const [],
  List<UserTaskContract> userTasks = const [],
  List<SignalContract> signals = const [],
});

Install modules on WorkflowRuntime or WorkflowServerApplication. Registration is immutable after server start.

WorkflowDescriptor is a legacy graph type. Do not add new descriptors.

See Also