org.powerscala.workflow

item

package item

Visibility
  1. Public
  2. All

Type Members

  1. case class Delay(time: Double) extends WorkflowItem with Product with Serializable

    Delays before completing for the time specified.

  2. class InvokeFunction extends WorkflowItem

    Invokes a function when called in the Workflow.

  3. case class WaitFor(condition: () ⇒ Boolean) extends WorkflowItem with Product with Serializable

Value Members

  1. object Delay extends XMLLoader[Delay] with Serializable

  2. object InvokeFunction

Ungrouped