| Package | Description |
|---|---|
| io.nflow.engine.workflow.curated |
| Modifier and Type | Method and Description |
|---|---|
NextAction |
MaintenanceWorkflow.doWork(StateExecution execution,
MaintenanceConfiguration conf)
Clean up old workflow instances.
|
NextAction |
CronWorkflow.schedule(StateExecution execution,
String cron)
Determines the next execution time for the doWork state by calling
getNextActivationTime. |
NextAction |
BulkWorkflow.splitWork(StateExecution execution,
com.fasterxml.jackson.databind.JsonNode data)
Call
splitWorkImpl to create new child workflows. |
NextAction |
BulkWorkflow.waitForChildrenToFinish(StateExecution execution,
int concurrency)
Check if all child workflows have finished.
|
Copyright © 2014–2020 Nitor Creations. All rights reserved.