Difference between revisions of "Activity:CreatePushScope (Activity)"
(Created page with "The CreatePushScope Activity is the root activity for pushing objects using the {{UBIK}} Push Service. <!-- DO NOT REMOVE THIS -->{{Template:Activit...") |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 21: | Line 21: | ||
|- align="left" | |- align="left" | ||
| PushURL || {{string}} || In || The URL to a configured [[Push Service (Client)|{{UBIK}} Push Service]] | | PushURL || {{string}} || In || The URL to a configured [[Push Service (Client)|{{UBIK}} Push Service]] | ||
+ | |- align="left" | ||
+ | | Authentication || {{string}} || In || A valid Authentication Token the Push service must use. Use (e.g.) Authenticate - Activity to create a Token. If this parameter is empty, the system generates a temporary debug token. But be aware, that these kind of tokens are only supported as long as the USAM Service is in debug mode. | ||
|- align="left" | |- align="left" | ||
| PushClient || [[Push Service (Client)|PushService]] || Out || A reference to the instantiated Push Service object; this will be automatically passed to all sub push activities | | PushClient || [[Push Service (Client)|PushService]] || Out || A reference to the instantiated Push Service object; this will be automatically passed to all sub push activities | ||
Line 31: | Line 33: | ||
=Example= | =Example= | ||
+ | This example settings will create a secure connection to the Push service of the {{UBIK}} cloud demo: | ||
+ | |||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
|- | |- | ||
! Argument!! Value | ! Argument!! Value | ||
|- align="left" | |- align="left" | ||
− | | | + | | PushURL || "https://137.135.200.180/UBIK/DEMO.240.PUSH/UBIKPush.svc" |
− | + | ||
− | + | ||
|} | |} | ||
Line 45: | Line 47: | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | [[Category:Activities]] | + | [[Category:Activities|CreatePushScope (Activity)]] |
+ | [[Category:Push|CreatePushScope (Activity)]] |
Latest revision as of 15:32, 24 March 2020
The CreatePushScope Activity is the root activity for pushing objects using the UBIK® Push Service.