111679: Restored missing inAndOutputNames on ClaimedTaskActionsLoaderComponent

This commit is contained in:
Alexandre Vryghem
2024-02-07 13:43:50 +01:00
parent 835891fe59
commit effa19f719

View File

@@ -68,8 +68,10 @@ export class ClaimedTaskActionsLoaderComponent implements OnInit, OnChanges, OnD
* 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',
]; ];