Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Does JSON-API support workflow_id?Forum ↗

Does JSON-API support workflow_id?

App Development2 posts245 viewsLast activity Jul 2023
LU
LucianoOP
Jul 2023

I can’t find any mention of workflow_id in the documentation. In the section on contract creation, there is a part that mentions a meta variable which can be used e.g. for setting the command_id , and I tried adding the worklfow_id in there to no effect.

I’ve also tried looking through the daml codebase, and can’t find any mention of workflow in the source code.

Is this not supported through the JSON API? Why not?

ST
Stephen
Jul 2023
Luciano:

Is this not supported through the JSON API?

No; it was removed in Daml SDK v0.13.33, while JSON API was still experimental.

Luciano:

Why not?

Broadly speaking, as a matter of design, points #5-7 here.

← Back to Discussions