You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exporttypeEventcondition=/* Switch state data event condition */
504
+
exporttypeEventcondition/* Switch state data event condition */=
505
505
|Transitioneventcondition
506
506
|/* Switch state data event condition */Enddeventcondition;
507
507
exportinterfaceEventdatafilter{
@@ -576,120 +576,82 @@ export type Events = string /* uri */ | [Eventdef, ...Eventdef[]];
576
576
*/
577
577
exporttypeEventstate=
578
578
/* This state is used to wait for events from event sources, then consumes them and invoke one or more actions to run in sequence or parallel */
579
-
|{
580
-
/**
581
-
* Unique State id
582
-
*/
583
-
id?: string;
584
-
/**
585
-
* State name
586
-
*/
587
-
name: string;
588
-
/**
589
-
* State type
590
-
*/
591
-
type: 'event';
592
-
/**
593
-
* If true consuming one of the defined events causes its associated actions to be performed. If false all of the defined events must be consumed in order for actions to be performed
594
-
*/
595
-
exclusive?: boolean;
596
-
/**
597
-
* Define the events to be consumed and optional actions to be performed
598
-
*/
599
-
onEvents: Onevents[];
600
-
/**
601
-
* Time period to wait for incoming events (ISO 8601 format)
602
-
*/
603
-
timeout?: string;
604
-
stateDataFilter?: Statedatafilter;
605
-
/**
606
-
* States error handling and retries definitions
607
-
*/
608
-
onErrors?: Error[];
609
-
transition?: Transition;
610
-
end: End;
611
-
/**
612
-
* Unique Name of a workflow state which is responsible for compensation of this state
613
-
*/
614
-
compensatedBy?: string;
615
-
metadata?: /* Metadata information */Metadata;
616
-
}
617
-
|{
618
-
/**
619
-
* Unique State id
620
-
*/
621
-
id?: string;
622
-
/**
623
-
* State name
624
-
*/
625
-
name: string;
626
-
/**
627
-
* State type
628
-
*/
629
-
type: 'event';
630
-
/**
631
-
* If true consuming one of the defined events causes its associated actions to be performed. If false all of the defined events must be consumed in order for actions to be performed
632
-
*/
633
-
exclusive?: boolean;
634
-
/**
635
-
* Define the events to be consumed and optional actions to be performed
636
-
*/
637
-
onEvents: Onevents[];
638
-
/**
639
-
* Time period to wait for incoming events (ISO 8601 format)
640
-
*/
641
-
timeout?: string;
642
-
stateDataFilter?: Statedatafilter;
643
-
/**
644
-
* States error handling and retries definitions
645
-
*/
646
-
onErrors?: Error[];
647
-
transition: Transition;
648
-
end?: End;
649
-
/**
650
-
* Unique Name of a workflow state which is responsible for compensation of this state
651
-
*/
652
-
compensatedBy?: string;
653
-
metadata?: /* Metadata information */Metadata;
654
-
}
655
-
|{
656
-
/**
657
-
* Unique State id
658
-
*/
659
-
id?: string;
660
-
/**
661
-
* State name
662
-
*/
663
-
name: string;
664
-
/**
665
-
* State type
666
-
*/
667
-
type: 'event';
668
-
/**
669
-
* If true consuming one of the defined events causes its associated actions to be performed. If false all of the defined events must be consumed in order for actions to be performed
670
-
*/
671
-
exclusive?: boolean;
672
-
/**
673
-
* Define the events to be consumed and optional actions to be performed
674
-
*/
675
-
onEvents: Onevents[];
676
-
/**
677
-
* Time period to wait for incoming events (ISO 8601 format)
678
-
*/
679
-
timeout?: string;
680
-
stateDataFilter?: Statedatafilter;
681
-
/**
682
-
* States error handling and retries definitions
683
-
*/
684
-
onErrors?: Error[];
685
-
transition?: Transition;
686
-
end: End;
687
-
/**
688
-
* Unique Name of a workflow state which is responsible for compensation of this state
689
-
*/
690
-
compensatedBy?: string;
691
-
metadata?: /* Metadata information */Metadata;
692
-
};
579
+
|{
580
+
/**
581
+
* Unique State id
582
+
*/
583
+
id?: string;
584
+
/**
585
+
* State name
586
+
*/
587
+
name: string;
588
+
/**
589
+
* State type
590
+
*/
591
+
type: 'event';
592
+
/**
593
+
* If true consuming one of the defined events causes its associated actions to be performed. If false all of the defined events must be consumed in order for actions to be performed
594
+
*/
595
+
exclusive?: boolean;
596
+
/**
597
+
* Define the events to be consumed and optional actions to be performed
598
+
*/
599
+
onEvents: Onevents[];
600
+
/**
601
+
* Time period to wait for incoming events (ISO 8601 format)
602
+
*/
603
+
timeout?: string;
604
+
stateDataFilter?: Statedatafilter;
605
+
/**
606
+
* States error handling and retries definitions
607
+
*/
608
+
onErrors?: Error[];
609
+
transition?: Transition;
610
+
end: End;
611
+
/**
612
+
* Unique Name of a workflow state which is responsible for compensation of this state
613
+
*/
614
+
compensatedBy?: string;
615
+
metadata?: /* Metadata information */Metadata;
616
+
}
617
+
|{
618
+
/**
619
+
* Unique State id
620
+
*/
621
+
id?: string;
622
+
/**
623
+
* State name
624
+
*/
625
+
name: string;
626
+
/**
627
+
* State type
628
+
*/
629
+
type: 'event';
630
+
/**
631
+
* If true consuming one of the defined events causes its associated actions to be performed. If false all of the defined events must be consumed in order for actions to be performed
632
+
*/
633
+
exclusive?: boolean;
634
+
/**
635
+
* Define the events to be consumed and optional actions to be performed
636
+
*/
637
+
onEvents: Onevents[];
638
+
/**
639
+
* Time period to wait for incoming events (ISO 8601 format)
640
+
*/
641
+
timeout?: string;
642
+
stateDataFilter?: Statedatafilter;
643
+
/**
644
+
* States error handling and retries definitions
645
+
*/
646
+
onErrors?: Error[];
647
+
transition: Transition;
648
+
end?: End;
649
+
/**
650
+
* Unique Name of a workflow state which is responsible for compensation of this state
0 commit comments