-
Per discussion with @csantanapr on Slack, actions can get access to the ID of their current activation, but *not* the ID of a sequence if they happen to be running inside one. That data should be visi…
-
## Environment details:
* Adobe I/O deployment
* Not sure of the OS version but I can try to find out if required
## Steps to reproduce the issue:
1. Run action that takes longer than the m…
-
At the moment it is not possible to see the usage of aka. bindings to shared package.
Use case:
* In the provider namespace create a shared package and add some actions to be re-used
* In the con…
-
I've run into the following issue trying to deploy triggers/rules to IBM Cloud Functions.
Trigger inputs seem to have different behaviour depending on whether or not a `feed` parameter is specified…
-
Local instances of the platform use a self-signed SSL certificate. The Swift SDK (`_Whisk.swift`) fails when invoked against platform endpoints without a valid SSL certificate.
The JavaScript SDK s…
-
As part of the work on nuking the Activator and thus refactoring the way we fire triggers and match rules to them it became quite obvious that rules as they currently are implemented are just a name f…
-
Currently the route to retrieve a list of actions associated with a given namespace and package is `/namespaces/{namespaceName}/actions/{packageName}/`. This is confusingly similar to the route for r…
-
Debug workflow: https://developer.adobe.com/app-builder/docs/resources/debugging/
When the action is debugged in Visual Studio Code, it never gets to "Ready for activations", and throws an ECONNRES…
-
A trigger is capable of having parameters set on it. When a user does a `wsk trigger get ` they should receive data back that includes the parameters field.
When the CLI was updated to show the res…
-
I'm trying to build a sequence of actions where one action produces:
```
{
"doc": {
"IsTruncated": false,
"Marker": null,
"Users": [
{
…