@valtimo/task 13.0.1 → 13.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1180,6 +1180,7 @@ class TaskDetailContentComponent {
|
|
|
1180
1180
|
title: task.name,
|
|
1181
1181
|
subtitle: `${this.translateService.instant('taskDetail.taskCreated')} ${task.created}`,
|
|
1182
1182
|
});
|
|
1183
|
+
this.stateService.setProcessInstanceId(task.processInstanceId);
|
|
1183
1184
|
}
|
|
1184
1185
|
getCurrentProgress(formViewModelComponentRef) {
|
|
1185
1186
|
this.taskInstanceId$
|