dataflo.ws
dataflo.ws copied to clipboard
Task Docs
Can you comment on some basic tasks usage?
- What does the "every" task?
- What do "$origin", "$scope", ... mean?
- Do we have a "startup" initiator which starts its workflows at start !? (Can I use the timer task for this purpose!?)
I think documentation should be improved on built-in tasks :)
- you can use every "meta"-task for running task or set of tasks against array of data
- $origin is used when you call a synchronous method in object. for example, you have global object GLOBAL.something with method called foo. so, you can write task like this:
{
"$origin": "{$global.something}",
"$function": "foo"
}
- yes, you can use timer initiator for this purpose. but nobody is used this initiator in more than a 4000 years, so be prepared.