CreateWorkflowTransitionRule constructor

CreateWorkflowTransitionRule({
  1. Map<String, dynamic>? configuration,
  2. required String type,
})

Implementation

CreateWorkflowTransitionRule({this.configuration, required this.type});