'create' method doesn't return the 'id' of created instance. Is this expected? ``` const {id} = awa

'create' method doesn't return the 'id' of created instance. Is this expected?
const {id} = await WORKFLOW.create();
console.log(id) // RpcProperty {}

This issue exist in local env. It works on prod.
Was this page helpful?