ApplaudSolutions / Applaud-Workato-Connector

Code pertaining to the Applaud Workato Connector
0 stars 0 forks source link

Task model should be available in actions and triggers #51

Open ssarap opened 2 years ago

ssarap commented 2 years ago

Summary

  1. As a recipe desinger
  2. I want to access seeded Task model
  3. so that I can do CRUD operations and listen to triggers on Task model

Acceptance Criteria

  1. All the Workato actions should list Task in the list of models
  2. After selecting Task model in an action all the properties of the should be shown to populate as input fields
  3. Triggers should list Task model in the list of actions
  4. Once the trigger on the Task model is fired all the properties of the model should be displayed as output fields
  5. Check that create,upsert,delete and bulk are working

Wireframes and mockups

[Title of wireframe/mockup 1]

[Image of wireframe/mockup 1]

[Title of wireframe/mockup 2]

[Image of wireframe/mockup 2]

Notes

Pick this once ApplaudSolutions/applaud-cloud#5357 is done.

Developer Testing

Requestor: leave this section blank Developer: complete this section during commit/pull request

Positive testing:

Add all the things that you have checked whilst completing this story here, it should be written in a non-technical way, and a lot of this can probably be taken from the acceptance criteria, here are two different examples:

Negative testing:

Here you list the things you have checked where your code needs to show an error, handle unusual/bad input/config gracefully, or may impact separate features that use or depend on the same code. Pause and think -- they may not be obvious! Examples:

e2e test links and description:

ssarap commented 1 year ago

We need to deliver this in October/November by the time inElastic is deployed to Prod. This might be useful for WIPO data sync.

vinaykumarkasireddy commented 1 year ago

Task model available now in objects.

image

Properties of task model.

image

This is available in all actions as well as triggers. @ybudamala Please DA.

vinaykumarkasireddy commented 1 year ago

Able to create the tasks using recipes, However the owner of the task is always the api-key.

Changing the owner id can be achieved only through workflows. Need more understanding on how to create the tasks for the corresponding owners.