action-center
2023.10
false
- Release notes
- Before you begin
- Getting started
- Activities
- Designing long-running workflows
- Start Job And Get Reference
- Wait For Job And Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait For Form Task And Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task And Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Actions
- Processes
- Notifications

Action Center
Last updated Jun 26, 2025
Embedding actions
linkFor faster access to your Actions, you can embed the Actions portal or just a specific Action within your desired application or webpage.
Embedding the actions portal
link- Add
embed_
betweenhttps://{yourDomain}
and the organization name. The embedded URL should look like the example below:https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_
https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_ - Add
/tasklist/tasks/<task Id>
at the end of the URL. The final URL should look like the example below:https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_/tasklist/tasks/11235
https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_/tasklist/tasks/11235
Embedding a specific action
link-
Add
embed_
betweenhttps://{yourDomain}
and the organization name. The embedded URL should look like the example below.https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_
https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_ - Add
/current-task/tasks/<task Id>
at the end of the URL. Replace<task Id>
with the Id of the specific Action that you want to embed. The final URL should look like the example below:https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_/current-task/tasks/11236
https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_/current-task/tasks/11236