call correct send signal event from task show page w/ burnettk
This commit is contained in:
parent
d6724087f6
commit
20ee46899d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue