re-useability of the code. = workflow
Status: Closed · Asked by 신호재 on · 0 views
I have a suggestion.
Let's say we make a workflow.
But with oauth implemented,
Call this workflow like an "internal function."
Call it from another workflow.
Efficiency in repetitive tasks
I think it's going to increase.
And I think it would be good in terms of re-useability of the code.
Something like triggering worflow2 from workflow2 -
Something like triggering worflow2 from workflow2 ? -
First example
workflow1 creates oauth for a particular service.
In workflow2, it authenticates with workflow 1, and then obtains information from the service to proceed.
I thought it was this scenario.