call correct send signal event from task show page w/ burnettk

This commit is contained in:
jasquat 2023-05-04 16:11:33 -04:00
parent d6724087f6
commit 20ee46899d
1 changed files with 1 additions and 3 deletions

View File

@ -200,9 +200,7 @@ export default function TaskShow() {
return; return;
} }
HttpService.makeCallToBackend({ HttpService.makeCallToBackend({
path: `/send-event/${modifyProcessIdentifierForPathParam( path: `/tasks/${params.process_instance_id}/send-user-signal-event`,
task.process_model_identifier
)}/${params.process_instance_id}`,
successCallback: processSubmitResult, successCallback: processSubmitResult,
failureCallback: (error: any) => { failureCallback: (error: any) => {
addError(error); addError(error);