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]);
|
||||
try {
|
||||
console.log(process);
|
||||
return this.sdkClient.update_process(process, new_state, roles);
|
||||
return this.sdkClient.update_process(process, new_state, roles, {});
|
||||
} catch (e) {
|
||||
throw new Error(`Failed to update process: ${e}`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user