Skip to content

Commit

Permalink
Cambios en decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrafaGalactica committed Jun 25, 2024
2 parents bceb649 + 6c445d3 commit 7415799
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ export type WorkflowTaskOptionComponent =
typeof AdvancedClaimedTaskActionSelectReviewerComponent|
typeof ClaimedTaskActionsSelectCollectionComponent |
typeof ClaimedTaskActionsApproveAndSelectComponent;
typeof AdvancedClaimedTaskActionSelectReviewerComponent|
typeof ClaimedTaskActionsSelectCollectionComponent |
typeof ClaimedTaskActionsApproveAndSelectComponent;

export type AdvancedWorkflowTaskOptionComponent =
typeof AdvancedWorkflowActionRatingComponent |
Expand All @@ -71,6 +74,8 @@ export const WORKFLOW_TASK_OPTION_DECORATOR_MAP = new Map<string, WorkflowTaskOp
[ADVANCED_WORKFLOW_TASK_OPTION_SELECT_REVIEWER, AdvancedClaimedTaskActionSelectReviewerComponent],
[ADVANCED_WORKFLOW_TASK_OPTION_APPROVE_AND_SELECT, ClaimedTaskActionsApproveAndSelectComponent],
[ADVANCED_WORKFLOW_TASK_OPTION_SELECT_COLLECTION, ClaimedTaskActionsSelectCollectionComponent],
[ADVANCED_WORKFLOW_TASK_OPTION_APPROVE_AND_SELECT, ClaimedTaskActionsApproveAndSelectComponent],
[ADVANCED_WORKFLOW_TASK_OPTION_SELECT_COLLECTION, ClaimedTaskActionsSelectCollectionComponent],
]);

export const ADVANCED_WORKFLOW_TASK_OPTION_DECORATOR_MAP = new Map<string, AdvancedWorkflowTaskOptionComponent>([
Expand Down

0 comments on commit 7415799

Please sign in to comment.