Apps Request Trigger
UiPath.WorkflowEvents.Activities.AppRequestTrigger
[Internal] Trigger to invoke workflow file from Apps
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Enabled | property | Boolean |
Handle Apps Request
UiPath.WorkflowEvents.Activities.HandleAppRequest
[Internal] A helper activity that works with Apps Trigger Activity, to run the workflow and send back result
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Timeout | In | InArgument<TimeSpan> |
|||
| Arguments | In | InArgument<UiPath.WorkflowEvents.Activities.Models.AppRequestTriggerArgs> |
✓ | ||
| StartTime | In | InArgument<DateTime> |
Send Interim Result
UiPath.WorkflowEvents.Activities.SendInterimResult
Send Interim Result (IPR or Interim Process Result) activity allows you to send the results of an Attended Job to a UiPath Apps, or a custom app using Robot.js, before it has finished executing. Select an output argument and value to set, it'll update the out argument with the value and send it out to the app.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ArgumentName | Out | OutArgument |
✓ | ||
| ArgumentValue | In | InArgument |
✓ |