updateProcess takes a default empty public_data
This commit is contained in:
parent
de6213b1b7
commit
3d09a20512
@ -362,7 +362,7 @@ export default class Services {
|
|||||||
await this.checkConnections([...members]);
|
await this.checkConnections([...members]);
|
||||||
try {
|
try {
|
||||||
console.log(process);
|
console.log(process);
|
||||||
return this.sdkClient.update_process(process, new_state, roles);
|
return this.sdkClient.update_process(process, new_state, roles, {});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error(`Failed to update process: ${e}`);
|
throw new Error(`Failed to update process: ${e}`);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user