WebhookActivity |
WebhookActivity.withAuthentication(WebActivityAuthentication authentication) |
Set the authentication property: Authentication method used for calling the endpoint.
|
WebhookActivity |
WebhookActivity.withBody(Object body) |
Set the body property: Represents the payload that will be sent to the endpoint.
|
WebhookActivity |
WebhookActivity.withDependsOn(List<ActivityDependency> dependsOn) |
Set the dependsOn property: Activity depends on condition.
|
WebhookActivity |
WebhookActivity.withDescription(String description) |
Set the description property: Activity description.
|
WebhookActivity |
WebhookActivity.withHeaders(Object headers) |
Set the headers property: Represents the headers that will be sent to the request.
|
WebhookActivity |
WebhookActivity.withMethod(WebhookActivityMethod method) |
Set the method property: Rest API method for target endpoint.
|
WebhookActivity |
WebhookActivity.withName(String name) |
Set the name property: Activity name.
|
WebhookActivity |
WebhookActivity.withReportStatusOnCallBack(Object reportStatusOnCallBack) |
Set the reportStatusOnCallBack property: When set to true, statusCode, output and error in callback request body
will be consumed by activity.
|
WebhookActivity |
WebhookActivity.withTimeout(String timeout) |
Set the timeout property: The timeout within which the webhook should be called back.
|
WebhookActivity |
WebhookActivity.withUrl(Object url) |
Set the url property: WebHook activity target endpoint and path.
|
WebhookActivity |
WebhookActivity.withUserProperties(List<UserProperty> userProperties) |
Set the userProperties property: Activity user properties.
|