Allow sequential actions in procedures and hooks #180

Closed
opened 2022-07-05 01:39:06 +02:00 by blacklight · 0 comments
Owner

Created by: BlackLight

The action sequences are executed asynchronously as of now. In some contexts though you may want to execute a certain action only when the previous one completed, or build part of the logic using the result of the previous action. We should support a configuration syntax like:

if:
  - some condition
then:
  serial:
    - action 1
    - action 2 --arg $response.status
*Created by: BlackLight* The action sequences are executed asynchronously as of now. In some contexts though you may want to execute a certain action only when the previous one completed, or build part of the logic using the result of the previous action. We should support a configuration syntax like: ```yaml if: - some condition then: serial: - action 1 - action 2 --arg $response.status ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#180
No description provided.