Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codingapi/springboot-framework
/ changeState
Function
changeState
admin-ui/src/api/flow.ts:31–33 ·
view source on GitHub ↗
(id: any)
Source
from the content-addressed store, hash-verified
29
}
30
31
export
async
function
changeState(id: any) {
32
return
post(
'/api/cmd/flowWork/changeState'
, {id});
33
}
34
35
export
async
function
schema(body: any) {
36
return
post(
'/api/cmd/flowWork/schema'
, body);
Callers
1
handlerChangeState
Function · 0.90
Calls
1
post
Function · 0.90
Tested by
no test coverage detected