111679: Restored missing inAndOutputNames on ClaimedTaskActionsLoaderComponent

This commit is contained in:
Alexandre Vryghem
2024-02-07 13:43:50 +01:00
parent a7bef6ffe2
commit 04cf1419ea

View File

@@ -68,8 +68,10 @@ export class ClaimedTaskActionsLoaderComponent implements OnInit, OnChanges {
* The list of input and output names for the dynamic component * The list of input and output names for the dynamic component
*/ */
protected inAndOutputNames: (keyof ClaimedTaskActionsAbstractComponent & keyof this)[] = [ protected inAndOutputNames: (keyof ClaimedTaskActionsAbstractComponent & keyof this)[] = [
'item',
'object', 'object',
'option', 'option',
'workflowitem',
'processCompleted', 'processCompleted',
]; ];