action-center
2023.4
false
Action Center
- 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
For 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
-
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/11235https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_/tasklist/tasks/11235
Embedding a specific action
-
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/11236https://{yourDomain}/embed_/myorganization/DefaultTenant/actions_/current-task/tasks/11236