Skip to content

rest api #899

Answered by rsoika
pirtwo asked this question in Q&A
Feb 8, 2025 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

HI @pirtwo , introducing the new Open-BPMN API the Imixs Rest API missed some of the methods you are searching for.
So normally you would start a new Task with giving the version and inital TaskID.
But with the latest release you can also ask for all so called "Start Tasks"

/model/{version}/groups/{group}/start

which will return usually the Start Task for given process (group) in your model (connected to start event)

The other use cases are covered by the Rest API:

  • /workflow/tasklist/owner/{owner} - shows all tasks assigned to a user (where 'null' opens the task list for the current user)
  • /workitem/events/{uniqueid} - shows all events available for a given process instance
  • /workflow/task…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by pirtwo
Comment options

You must be logged in to vote
3 replies
@rsoika
Comment options

@rsoika
Comment options

@pirtwo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants