-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
As part of workflow development, we'd like the option to specify targetUser, based on the identify of the invoker (else, message goes under Updates and not Personal in the notifications screen).
In addition, we'd like to enhance the Actions (also an array) to provide links (as markdown is not supported in messages).
Reproducer:
git clone git@github.com:dmartinol/serverless-workflows.git
cd serverless-workflows
git checkout notification
cd mta
kn-workflow run
Then test it with:
curl -v localhost:8080/MTAAnalysis -XPOST -H 'Content-Type: application/json' -d '
'
once https://github.com/parodos-dev/serverless-workflows/pull/52 and https://github.com/quarkiverse/quarkus-openapi-generator/pull/634 are merged, need to bump version and test locally
For testing actions are working, can be done with https://github.com/parodos-dev/serverless-workflows/pull/52
And then we will need to update worfklows to add targetUsers and targetGroups
- depends on
-
FLPATH-885 create fails when array fields are empty
-
- Closed
-