fjtirado opened a new issue, #2193:
URL: https://github.com/apache/incubator-kie-kogito-apps/issues/2193
### Description
Currently ExecuteAfter mutation returns the value as string
`{"data":{"ExecuteAfter":"{\"id\":\"6809ac4a-7b0b-4135-9f2e-b713dfb6f54f\",\"workflowdata\":{\"language\":\"English\",\"name\":\"yaron\",\"greeting\":\"Hello
from YAML Workflow\",\"result\":{\"message\":\"Greeting workflow completed
successfully\",\"outputs\":[{\"key\":\"Selected
language\",\"value\":\"English\"},{\"key\":\"Greeting
message\",\"value\":\"Hello from YAML Workflow\"}]}}}"}}`
It will better, for easier client access to the result if it returns the
value as json
`{"data":{"ExecuteAfter":{\"id\":\"6809ac4a-7b0b-4135-9f2e-b713dfb6f54f\",\"workflowdata\":{\"language\":\"English\",\"name\":\"yaron\",\"greeting\":\"Hello
from YAML Workflow\",\"result\":{\"message\":\"Greeting workflow completed
successfully\",\"outputs\":[{\"key\":\"Selected
language\",\"value\":\"English\"},{\"key\":\"Greeting
message\",\"value\":\"Hello from YAML Workflow\"}]}}}
}}`
### Implementation ideas
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]