Skip to content

Commit

Permalink
111679: Restored missing inAndOutputNames on ClaimedTaskActionsLoader…
Browse files Browse the repository at this point in the history
…Component
  • Loading branch information
alexandrevryghem committed Feb 7, 2024
1 parent 835891f commit effa19f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ export class ClaimedTaskActionsLoaderComponent implements OnInit, OnChanges, OnD
* The list of input and output names for the dynamic component
*/
protected inAndOutputNames: (keyof ClaimedTaskActionsAbstractComponent & keyof this)[] = [
'item',
'object',
'option',
'workflowitem',
'processCompleted',
];

Expand Down

0 comments on commit effa19f

Please sign in to comment.