Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Conversation

@EdwinBetanc0urt
Copy link
Member

Add new services:

  • Forward workflow activity.

Request

curl --location --request POST 'http://0.0.0.0:8085/api/adempiere/workflow/forward-workflow-activity?token=dba793a8-949c-4013-82b9-1005e1303213&language=en' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 1,
    "uuid": "",
    "message": "test",
    "user_id": 100,
    "user_uuid": ""
}'
  • Process workflow activity.

Request

curl --location --request POST 'http://0.0.0.0:8085/api/adempiere/workflow/process-workflow-activity?token=dba793a8-949c-4013-82b9-1005e1303213&language=en' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 1,
    "uuid": "",
    "message": "test",
    "is_approved": true
}'

Additional context

Related https://github.com/solop-develop/frontend-core/issues/470
Related https://github.com/solop-develop/frontend-core/issues/471

@EdwinBetanc0urt EdwinBetanc0urt added the enhancement New feature or request label Jan 24, 2023
@EdwinBetanc0urt EdwinBetanc0urt self-assigned this Jan 24, 2023
@EdwinBetanc0urt EdwinBetanc0urt merged commit c953d73 into solop-develop:experimental Jan 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant